Hello All,
I'm implementing a store for a client using AbleCommerce and have come across a problem that I'm sure someone can help me resolve.
The client would like all the category and product URLs to be forced to lower-case.
I modified a control that I am using to force the generated URL to lower case, but when I click the link, I get a 404 error.
Example:
Actual URL: http://localhost/My-Product-P81.aspx
forced to: http://localhost/my-product-p81.aspx
When I click or type in the 2nd URL, I get a 404. If I restore functionality, or manually type the first URL everything works.
Is there some setting that allows me to specify/set all URLs to lower case?
Thanks,
-tomas
URLs are case-sensitive ??
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: URLs are case-sensitive ??
Right now it is a bug that they are case sensitive as far as the C and P in the url. The other wording is not case sensitive.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: URLs are case-sensitive ??
OK. We may be able to live with this!jmestep wrote:Right now it is a bug that they are case sensitive as far as the C and P in the url. The other wording is not case sensitive.
I'll pass this on to my client.
Thanks.
-tomas