1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > zencart php环境 nginx环境下zencart伪静态rewrite规则

zencart php环境 nginx环境下zencart伪静态rewrite规则

时间:2018-09-17 23:20:15

相关推荐

zencart php环境 nginx环境下zencart伪静态rewrite规则

#————————zen-cart start——————

# From Ultimate SEO URLs

rewrite "^(.*)-p-(.*).html" /index.php?main_page=product_info&products_id=$2&% last;

rewrite "^(.*)-c-(.*).html" /index.php?main_page=index&cPath=$2&% last;

rewrite "^(.*)-m-([0-9]+).html" /index.php?main_page=index&manufacturers_id=$2&% last;

rewrite "^(.*)-pi-([0-9]+).html" /index.php?main_page=popup_image&pID=$2&% last;

rewrite "^(.*)-pr-([0-9]+).html" /index.php?main_page=product_reviews&products_id=$2&% last;

rewrite "^(.*)-pri-([0-9]+).html" /index.php?main_page=product_reviews_info&products_id=$2&% last;

# For Open Operations Info Manager

rewrite "^(.*)-i-([0-9]+).html" /index.php?main_page=info_manager&pages_id=$2&% last;

# For dreamscape’s News & Articles Manager

rewrite "^news/?" /index.php?main_page=news&% last;

rewrite "^news/rss.xml" /index.php?main_page=news_rss&% last;

rewrite "^news/archive/?" /index.php?main_page=news_archive&% last;

rewrite "^news/([0-9]{4})-([0-9]{2})-([0-9]{2}).html" /index.php?main_page=news&date=$1-$2-$3&% last;

rewrite "^news/archive/([0-9]{4})-([0-9]{2}).html" /index.php?main_page=news_archive&date=$1-$2&% last;

rewrite "^news/(.*)-a-([0-9]+)-comments.html" /index.php?main_page=news_comments&article_id=$2&% last;

rewrite "^news/(.*)-a-([0-9]+).html" /index.php?main_page=news_article&article_id=$2&% last;

# All other pages

# Don’t rewrite real files or directories

#RewriteCond %{REQUEST_FILENAME} !-f [NC]

#RewriteCond %{REQUEST_FILENAME} !-d

rewrite "^(.*).html" /index.php?main_page=$1&% last;

#—————————-zen-cart end—————–

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。