I'm building an eshop using Joomla 2.5 and a commercial component for a guy who wants to have multiple vendros and I'm stuck on how to change the component's url.
What I want to change is the url that is displayed when the users passes from a link with his mouse.
For instance, the component has a SEF function which rewrites urls and makes them like that:
- http://www.site.com/componentname/products/productname-productid-productcategoryid-vendorid.html
- http://www.site.com/componentname/catalog/categoryname-categoryid-numberofpage.html
and what I want is to make it:
- http://www.site.com/shop/products/productname-productid-productcategoryid-vendorid.html
- http://www.site.com/shop/catalog/categoryname-categoryid-numberofpage.html
So when a user passes over a link it will show him the new url. Is this possible with .htaccess and rewrite rules or this can only be done through the component only? I'm asking this as the component is encoded with ioncube so I can't do it myself.
Thanks in advance!