Apache pseudo-static rules to IIS pseudo-static rules this is apache pseudo-static rules RewriteEngine & nbsp; OnRewriteCond & nbsp ;%{ REQUEST_URI} & nbsp; ^/admin/RewriteRule & nbsp ;! \. (Js | ico | gif | jpg | jpeg | bmp | png | swf | cs apache pseudo static rules to convert IIS pseudo static rules
This is an apache pseudo-static rule.
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]
Please switch to IIS. thank you.
Apache pseudo static url rewriting iis share:
------ Solution --------------------
Iis has an official tool URL Rewrite
You can directly import the. htaccess file.