首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

apache伪静态守则转IIS伪静态规则

2013-10-07 
apache伪静态规则转IIS伪静态规则这是apache伪静态规则RewriteEngine OnRewriteCond %{REQUEST_URI} ^/adm

apache伪静态规则转IIS伪静态规则
这是apache伪静态规则


RewriteEngine On
RewriteCond %{REQUEST_URI} ^/admin/
RewriteRule !\.(js|ico|gif|jpg|jpeg|bmp|png|swf|css|html|htm|php|rar|xml|ani|cur|mp3|mp4|flv|tpl|inc)$ /admin/index.php [L,NC]

RewriteCond %{REQUEST_URI} !^/admin/
RewriteRule !\.(js|ico|gif|jpg|jpeg|bmp|png|swf|css|html|htm|php|rar|xml|ani|cur|mp3|mp4|flv|tpl|inc)$ index.php [L,NC]


求大神转为IIS的,谢谢了没分了

apache 伪静态 url重写 iis
[解决办法]
iis有一个官方工具URL Rewrite
可以直接导入.htaccess文件

热点排行