去评论
dz插件网

htaccess的伪静态如改为web.config???

左右不逢缘
2023/06/14 18:15:12
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>