- Code: Select all
http://www.mydomain.com/folder/index.php?1catid=60453
But what I want is urls that look like:
- Code: Select all
http://www.mydomain.com/folder/foods-groceries/
Since I know the titles of all the categories I figure I can use a condition to pretty much match up to whatever category # is displayed and display and SEO friendly url like above.
If I had an example of how I would rewrite those categories to my .htacces I could complete the thing myself. I just don't understand how I am to rewrite it.
Please help!
So to summarize: if index.php?catid=1065, then display /food-grocery
or if index.php?cat=10000 then display /chicken
Thanks so much!
Jori