0
有沒有人可以幫助我將這些規則轉換爲[ISAPI_Rewrite]。謝謝。需要幫助將htaccess轉換爲ISAPI_Rewrite
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [NC,OR]
RewriteCond %{REQUEST_FILENAME} -d [NC,OR]
RewriteCond %{REQUEST_FILENAME} -l [NC]
RewriteRule .* - [L]
RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]