2012-04-16 67 views
1

我想知道是否有一個.htaccess web.config轉換器在網絡上,我可以使用?.htacces到web.config轉換器

我試圖將此轉換:

Options +FollowSymLinks 
RewriteEngine On 

RewriteCond %{SCRIPT_FILENAME} !-d 
RewriteCond %{SCRIPT_FILENAME} !-f 

RewriteRule ^(.*)$ ./index.php?file=$1 

任何幫助,將不勝感激!

回答