Hi. I’ve already gone through the process of removing “index.php?” from my URLs, as well as my template group name. Now my URLs are nice and tidy… except for my categories.
Because I chose a keyword for showing category names in URLs, AND I have a template to handle individual category listings, the URLs get messy. For example:
http://www.mysite.com/categories/category/category_name
categories/category/.... is just redundant. I want to remove “categories” (which is the template name) from my URL, but leave the category keyword in there. I looked at my .htaccess file and have an IDEA based on how I removed the template group name… but I dont want to break anything. If anyone knows a surefire way to remove anything from their URLs, let me know. A small explanation as to what the lines of code mean would be a big help 😊
Thanks a lot!