HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

.htaccess
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> Others
View previous topic :: View next topic  
Author Message
Cheeze



Joined: 09 Apr 2006
Posts: 12

Posted: Sun Oct 22, 2006 1:44 am     .htaccess  

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.

_________________
Corey
Toll Fax Numbers | Merchant Accounts | Microsoft Expressions
degsy



Joined: 23 Feb 2005
Posts: 2440
Location: North East, UK

Posted: Thu Oct 26, 2006 5:06 am      

You can use a rewrite rule in your .htaccess to redirect urls.

http://blog.dreamhosters.com/kbase/index.cgi?area=1153
http://www.yourhtmlsource.com/sitemanagement/urlrewriting.html
 
 
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> Others
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group