欢迎光临
我们一直在努力

Nginx下PHPCMS伪静态规则

建站超值云服务器,限时71元/月
location / {
  ####以下为PHPCMS 伪静态化rewrite规则
  rewrite ^(.*)show-([0-9]+)-([0-9]+)\.html$ $1/show.php?itemid=$2&page=$3;
  rewrite ^(.*)list-([0-9]+)-([0-9]+)\.html$ $1/list.php?catid=$2&page=$3;
  rewrite ^(.*)show-([0-9]+)\.html$ $1/show.php?specialid=$2;
  ####以下为PHPWind 伪静态化rewrite规则
  rewrite ^(.*)-htm-(.*)$ $1.php?$2 last;
  rewrite ^(.*)/simple/([a-z0-9\_]+\.html)$ $1/simple/index.php?$2 last;
  }

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » Nginx下PHPCMS伪静态规则
分享到: 更多 (0)