rewrite ^(.*)/archiver/((fid|tid)-[w-]+.html)$ $1/archiver/index.php?$2 last;
rewrite ^(.*)/forum-([0-9]+)-([0-9]+).html$ $1/forumdisplay.php?fid=$2&page=$3 last;
rewrite ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+).html$ $1/viewthread.php?tid=$2&extra=page%3D$4&page=$3 last;
rewrite ^(.*)/profile-(username|uid)-(.+).html$ $1/viewpro.php?$2=$3 last;
rewrite ^(.*)/space-(username|uid)-(.+).html$ $1/space.php?$2=$3 last;
rewrite ^(.*)/tag-(.+).html$ $1/tag.php?name=$2 last;


LNMP_Discuz的伪静态规则LNMP_Discuz的伪静态规则

转载于:https://blog.51cto.com/68686789/1832177

相关文章:

  • 2021-09-08
  • 2021-11-23
  • 2019-02-12
  • 2021-11-11
  • 2021-09-08
  • 2021-09-30
  • 2021-11-20
  • 2021-09-30
猜你喜欢
  • 2021-09-08
  • 2021-08-01
  • 2021-11-01
  • 2021-07-01
  • 2021-09-08
  • 2017-12-07
  • 2021-09-08
  • 2021-12-11
相关资源
相似解决方案