htaccess的伪静态如改为web.config???
htaccess的伪静态如改为web.config的啊
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/?(admins|user)/
RewriteRule ^([a-z0-9A-Z_\-]+)/$ special.php?dir=$1 [L] [L,QSA]
RewriteRule ^([0-9]+).html$ article.php?id=$1 [L]
</IfModule>
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/?(admins|user)/
RewriteRule ^([a-z0-9A-Z_\-]+)/$ special.php?dir=$1 [L] [L,QSA]
RewriteRule ^([0-9]+).html$ article.php?id=$1 [L]
</IfModule>