maxtors Posted August 5, 2010 Posted August 5, 2010 I have a set of categories that are the alphabet to sort our Products and the category for the letter P does not display the products. Is there a way I can change the rewrite rule so that the P category will still work? My .htaccess file is as follows Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
Recommended Posts
Archived
This topic is now archived and is closed to further replies.