****此区域为隐藏内容**** 需支付 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;
|