Hi Nicolas,
I currently have a url issue like this.
I have created a menu to each products listing. eg: accessories.
I also have a menu to the top level product category itself (category listing).
When i go direct to accessories via menu i get url:
http://localhost/website/index.php/products/accessories
When i go there by clicking on the products menu, and then clicking on the accessories product listing in that category it uses url:
http://localhost/website/index.php/products/category/listing/11-accessories
I would rather have my url's as simple as possible and have it just
http://localhost/website/index.php/products/accessories
How would i achieve this? I
dont want to get a 3rd party sef url rewrite extension in there.
Many thanks in advance
Arathol