My web site url not working if I use uppercase after domain name ' / '. When I use uppercase after ' / ' then Page Not found error message shows. Example: Works: http://xyz.co.uk/abc1/ Works: http://xyZ.co.uk/abc1/ (browser automatically make Z lowarcase) Not works: http://xyz.co.uk/Abc1/ I need all upper case or lower case or mixed case working. How can i solve it? Do I need to solve from web hosting control panel? How? or Do I need to use .htaccess? If yes then what code i have to write? PLEASE HELP ME. THANKS IN ADVANCE.
Please note that all characters after the "/" are case sensitive. It depends on the name of the file that has been uploaded on the server. You must use only the exact case with which the file was named. Hope that helps.
If you have access to the server, you probably want to consider installing mod_speling for Apache. This resolve your issues. Here's a snippet from the Apache page for the module:
Domain names are case insensitive so of course the "Z" is going to covert to lowercase. As far as the "Abc1" is this a folder or do you use some script to rewrite? Regardless you need to setup a .htaccess with some code. Take a look at http://www.generateit.net/mod-rewrite/