将htaccess文件转换为web.config以在Windows Server IIS 8.5 Windows Server上工作

时间:2019-03-09 10:35:01

标签: windows .htaccess server web-config

我需要将htaccess文件转换为web.config才能在Windows Server IIS 8.5 Go Daddy上工作

Options All -Indexes

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule ^(.+)$ index.php?page=$1 [QSA,L]

0 个答案:

没有答案