Commas in category names
Posted Mar 21, 2013 - 6:56 PM:
Having commas in category names makes the rewritten URL change to the category ID rather than the category name. Is there an way to make it so cammas are ignored in URL rewriting.
It can only ignore the commas safely if you have {CATID} in the rewrite scheme, like {CATREWRITEPATH}-{CATID}/{PAGE}.html. But I suppose I can rig it to ignore commas unsafely, so that you have to make sure you don't have any categories named "London England" that'll confuse it. I can do that as a $60 custom project.
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on Commas in category names
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
Posted Mar 21, 2013 - 6:56 PM:
Having commas in category names makes the rewritten URL change to the category ID rather than the category name. Is there an way to make it so cammas are ignored in URL rewriting.
So category
London, England
would simply be
www.url.com/london-england/
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
It can only ignore the commas safely if you have {CATID} in the rewrite scheme, like {CATREWRITEPATH}-{CATID}/{PAGE}.html. But I suppose I can rig it to ignore commas unsafely, so that you have to make sure you don't have any categories named "London England" that'll confuse it. I can do that as a $60 custom project.