1:先在栏目中设置伪静态规则
2:设置伪静态的规则
location / { rewrite ^/(.*)content-([0-9]+)-([0-9]+)-([0-9]+)\.html /index.php?m=content&c=index&a=show&catid=$2&id=$3&page=$4; rewrite ^/(.*)show-([0-9]+)-([0-9]+)-([0-9]+).html /index.php?m=content&c=index&a=show&catid=$2&id=$3&page=$4; rewrite ^/(.*)list-([0-9]+)-([0-9]+).html /index.php?m=content&c=index&a=lists&catid=$2&page=$3; }
3:重启服务器环境
重启环境一下!
4:在发布设置中,把红色框框的都要更新下
到此基本结束了,如果不生效,可以清理一下浏览器的缓存看看!
如有疑问可以留言提问!