请高手帮忙把apache伪静态转nginx规则
- <IfModule mod_rewrite.c>
- RewriteEngine on
- RewriteCond %{REQUEST_FILENAME} ^index.php.*
- RewriteRule ^thread-htm-tid-(\d+)-(.*).html thread.php?fid=$1
- RewriteRule ^read-htm-tid-(\d+)-(.*).html read.php?tid=$1
- RewriteRule ^t(\d+)-(.*) thread.php?fid=$1&page=$2
- RewriteRule ^t(.*) thread.php?fid=$1&page=$2
- RewriteRule ^(\d+)-(\d+)-(.*).html read.php?tid=$1&page=$2&fpage=$3
- RewriteRule ^(\d+)-(.*).html read.php?tid=$1&page=$2#a
- RewriteRule ^(.*).html read.php?tid=$1
- RewriteRule ^(.*)-htm-(.*)$ $1.php?$2
- RewriteRule ^(.*)/simple/([a-z0-9\_]+\.html)$ $1/simple/index.php?$2
- RewriteRule ^u/([0-9]+)$ u.php?uid=$1
- </IfModule>
复制代码在线转换工具已经试过,不好用,请高手帮下忙,谢谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像是论坛的地址吧