如何将.htaccess文件中的条件转换为web.config

时间:2018-05-24 13:18:19

标签: php .htaccess iis web-config

我有这个.htaccess文件:

RewriteCond %{REQUEST_URI} !/admin/
RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s([^.]+)\.php [NC]
RewriteRule ^(.*)$ rewrite.php

如何在web.config文件中重写它?

1 个答案:

答案 0 :(得分:0)

试试这个

Remove at build time