I need to remove the word “catalog” from the URL when viewing a category of products. I am using the stock uc_catalog view. Its Page (Table) display has a URL of “/_catalog”. What can I change so that the word catalog will be completely excluded?
For example, I’d like my category URLs to be like so:
mysite.com/shirts
mysite.com/pants
instead of:
mysite.com/catalog/shirts
mysite.com/catalog/pants
Thanks!