首页 游戏资源分享 网站网页教程 蚂蚁cms5.9 伪静态 Nginx伪静态 蚂蚁分类信息系统5.9,Ng ...
0赞
赞赏
手机版
扫码打开手机版
把文字装进口袋

蚂蚁cms5.9 伪静态 Nginx伪静态 蚂蚁分类信息系统5.9,Nginx伪静态

俏蝶吹 2026-1-24 10:09:44
****此区域为隐藏内容****    需支付 100 金币后可查看立即购买

if (!-d $request_filename) {
rewrite ^/(?!store|space|m)(.+)/$ /category.php?Catid=$1 last;
}

rewrite ^/([a-z,A-Z,_,-]+)/([0-9]+)\.html$ /information.php?id=$2 last;
rewrite ^/news\.html$ /news.php last;
rewrite ^/news-id-([0-9]+)\.html$ /news.php?id=$1 last;
rewrite ^/news-catid-([0-9]+)\.html$ /news.php?catid=$1 last;
rewrite ^/news-catid-([0-9]+)-page-([0-9]+)\.html$ /news.php?catid=$1&page=$2 last;
rewrite ^/goods\.html$ /goods.php last;
rewrite ^/goods-id-([0-9]+)\.html$ /goods.php?id=$1 last;
rewrite ^/goods-([^\/]+)\.html$ /goods.php?Catid=$1 last;
rewrite ^/corporation\.html$ /corporation.php last;
rewrite ^/corporation-([^\/]+)\.html$ /corporation.php?Catid=$1 last;
rewrite ^/aboutus\.html$ /about.php?part=aboutus last;
rewrite ^/sitemap\.html$ /about.php?part=sitemap last;
rewrite ^/aboutus-id-([0-9]+)\.html$ /about.php?part=aboutus&id=$1 last;
rewrite ^/announce\.html$ /about.php?part=announce&id=$1 last;
rewrite ^/faq\.html$ /about.php?part=faq last;
rewrite ^/faq-id-([0-9]+)\.html$ /about.php?part=faq&id=$1 last;
rewrite ^/friendlink\.html$ /about.php?part=friendlink last;
rewrite ^/mayi-info\.xml$ /sitemap.php?part=info last;
rewrite ^/mayi-category\.xml$ /sitemap.php?part=category last;
rewrite ^/mayi-store\.xml$ /sitemap.php?part=store last;
rewrite ^/mayi-news\.xml$ /sitemap.php?part=news last;

使用道具 举报

您需要登录后才可以回帖 立即登录
返回顶部