HI friends,
I have a problem with the rewrite URL in oscommerce part.
As of now, cart is working fine with the url below and corresponding .htaccess contents.
http://www.mysite.com/shirt-long-sleeves-c-1_80_82.php
.htaccess content:
RewriteRule ^(.*)-c-(.*).php$ index.php?cPath=$2&%{QUERY_STRING}
But i need to modify this url to be like this...
http://www.mysite.com/shirt/long-sleeves-1_80_82.php
can anyone suggest how to make the htaccess for this?
thanks in advance.






Bookmarks