mayicms蚂蚁分类信息系统5.9单城市版nginx伪静态规则(亲测可用)

今天给大家分享蚂蚁分类信息系统5.9单城市版nginx伪静态规则,希望能帮助到使用这个源码的朋友们,解决因为伪静态配置不合适导致页面和栏目无法正常访问的问题。需要分类信息同城信息网整站源码的朋友,请点击下面链接获取!

rewrite ^/m/store-([0-9]+)/$ /m/index.php?mod=store&id=$1 last;
rewrite ^/m/store-([0-9]+)/([a-z]+).html$ /m/index.php?mod=store&id=$1&action=$2 last;
rewrite ^/m/store-([0-9]+)/document-id-([0-9]+).html$ /m/index.php?mod=store&id=$1&action=document&docuid=$2 last;
rewrite ^/m/(.+)/$ /m/index.php?mod=category&Catid=$1 last;
rewrite ^/m/([a-z]+)/([0-9]+).html$ /m/index.php?mod=information&id=$2 last;
rewrite ^/m/news.html$ /m/index.php?mod=news last;
rewrite ^/m/news-id-([0-9]+).html$ /m/index.php?mod=news&id=$1 last;
rewrite ^/m/news-catid-([0-9]+).html$ /m/index.php?mod=news&catid=$1 last;
rewrite ^/m/news-catid-([0-9]+)-page-([0-9]+).html$ /m/index.php?mod=news&catid=$1&page=$2 last;
rewrite ^/m/goods.html$ /m/index.php?mod=goods last;(以上是部分代码,整理不易,请付费下载完整代码!)

【亲测】MayiCMS蚂蚁分类信息系统5.9单城市2023最新修复完美运营版源码!-精品资源网 https://www.jpzyw.net/archives/753768.html

© 版权声明
THE END
点赞5 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容