将htaccess转换为web.config

时间:2016-04-10 16:55:48

标签: .htaccess iis web-config

我建立了一个基于apache的网站,我将其迁移到IIS中。我对web.config一无所知,但我有一个非常简单的.htaccess来翻译。

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

任何人都可以帮助我?

非常感谢 再见

0 个答案:

没有答案