zencart Ultimate SEO URLs url里无 product id,category id

修改.htaccess

新增RewriteRule ^(.*)admin\/$ adminair123\/index\.php?%{QUERY_STRING} [L]

RewriteRule ^(.*)-p-(.*)$ index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]

替换成:

RewriteRule ^(.*)/$ index\.php?main_page=product_info&products_name=$1&%{QUERY_STRING} [L]

RewriteRule ^(.*)-c-(.*)$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]

替换成:

RewriteRule ^(.*)-c-(.*).html$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]

 

posted on 2012-12-05 11:30  haven24  阅读(476)  评论(0)    收藏  举报

导航