JD^
10-13-2008, 05:28 PM
anyone have any ideas how this should be
RewriteRule ^shop$ shop/index.php [NC,L]
RewriteRule ^shop/(.*)$ shop/manufacturer-list.php?category_id=$1 [NC,L]
RewriteRule ^shop/(.*)/(.*)$ shop/manufacturer-list.php?manufacturer_id=$2 [NC,L]
RewriteRule ^shop/(.*)/(.*)/(.*)$ shop/product-detail.php?product_id=$3 [NC,L]
going to /shop goes to manufacturer-list.php infact all go to that.
RewriteRule ^shop$ shop/index.php [NC,L]
RewriteRule ^shop/(.*)$ shop/manufacturer-list.php?category_id=$1 [NC,L]
RewriteRule ^shop/(.*)/(.*)$ shop/manufacturer-list.php?manufacturer_id=$2 [NC,L]
RewriteRule ^shop/(.*)/(.*)/(.*)$ shop/product-detail.php?product_id=$3 [NC,L]
going to /shop goes to manufacturer-list.php infact all go to that.