Ever since i moved hosts a few weeks ago i have been having problems with case sensitive URLs because i am now Using a *NIX host, not windows like previous the thing is some links from other websites point to /vbforum/ others /VBForum/ and only VBForum works , is there any way of redirecting anyone that goes to anypage at /vbforum/ get redirected to the same pag on /VBForum/ without having to specify EVRY SINGLE page in that directory
P.S. Sorry if i posted thisin the wrong place
Corey Bryant
Joined: 15 May 2004
Posts: 8428
Location: Castle Pines North, CO USA
Posted: Sun Oct 22, 2006 3:30 am
*NIX is case sensitive while Windows is not. I always suggest using lower case for everything since image.JPG is not the same as image.jpg on *NIX.
You need to rename everything - preferably to lowercase or go in and change your code to point to the correct file name - including upper / lower case.