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]
浙公网安备 33010602011771号