I guess this is .htaccess related question rather then php.
Here is my problem, I have several URL that contain both lower and upper case characters.
If by an accident the character is mistyped, then this would cause a 404. My question is, how can I correct the mistyped character to the right case such as mysite.com/MyFolder/something.html
from mysite.com/myfolder/something.html
.
I guess this has to be some way of doing this using .htaccess rewrite rules, but I am not particularly a huge pro on this subject.
I have had to place this edit to my question, because I think it was misinterpreted.
So here is the problem, the above mentioned URL is somehow being corrected right within the address bar on one of my competitors website, no matter which letter case you use, as long as it is spelled correctly, the URL it self will jump to the correct case.
So if you spelled something like the following mysite.com/myfoLDer/something.html
it will automatically correct the URL and give the following mysite.com/MyFolder/something.html
right in the address bar of the browser on any given URL.
Please help me a little or a lot.
Thanks in advance.