The question is pretty straight forward.
In our setup there's a difference with http://www.mysite.com/Downloads
and http://www.mysite.com/downloads
. It really shouldn't matter, but it seems to.
Is there a setting some where we need to change so the urls are not case sensitive?
Attribution to: Emmanuel F.
Possible Suggestion/Solution #1
The url is made up of Force.com domain name (http://www.site.com), which is case insensitive, and then the path that identifies the specific site (/Downloads or /downloads). This path is case sensitive I am afraid, therefore downloads
and Downloads
are treated as different urls.
See this article for more info. Search for case sensitive
keyword on this page.
Anup
Attribution to: Anup
Possible Suggestion/Solution #2
There is no setting to make Site.com urls case insensitive.
The best you could do is use javascript in your 404 page to redirect to the all lower case URL or an alias.
Attribution to: Ryan Guest
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/136