I'm using a heavily modified installation of CubeCart v3.0.17 with an SEO Mod, which changes this:
To this:
Which is all very nice, but I'd prefer it without the 'cat_1.html' ending. I've done a lot of searching on Google but found nothing useful, except one article that said, to make such a change, there would be a problem with duplicate products.
So understanding that potential problem, I've settled on the idea that 'test-category/01/' would be a better alternative. But I've yet to find anything that will help me acheive such a result in .htacess.
So I need to rewrite 'cat_1.html' to just '/01/'.
Can anybody help? It would much be much appreciated.
Code:
http://localhost/brandnew/index.php?act=viewCat&catId=1
To this:
Code:
http://localhost/brandnew/test-category/cat_1.html
Which is all very nice, but I'd prefer it without the 'cat_1.html' ending. I've done a lot of searching on Google but found nothing useful, except one article that said, to make such a change, there would be a problem with duplicate products.
So understanding that potential problem, I've settled on the idea that 'test-category/01/' would be a better alternative. But I've yet to find anything that will help me acheive such a result in .htacess.
So I need to rewrite 'cat_1.html' to just '/01/'.
Can anybody help? It would much be much appreciated.
