website designed using PHP is case sensitive

Please support our Site Layout and Usability advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: May 2007
Posts: 9
Reputation: alwaysonline is an unknown quantity at this point 
Solved Threads: 0
alwaysonline alwaysonline is offline Offline
Newbie Poster

website designed using PHP is case sensitive

 
0
  #1
May 5th, 2007
We redesigned our website using PHP. However, the case-sensitivity of the links seems to be causing many errors. If customers type in by capitalizing, say in the link http://www.wspgweb.com/custom-website-design.php as say /Custom-Website-Design.php, the link does not work. However the root URL http://www.wspgweb.com seems to be working as non-case sensitive.

Has some one found a solution this problem?
Last edited by alwaysonline; May 5th, 2007 at 1:03 am. Reason: typing error
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 3,203
Reputation: MidiMagic has a spectacular aura about MidiMagic has a spectacular aura about 
Solved Threads: 164
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Nearly a Senior Poster

Re: website designed using PHP is case sensitive

 
0
  #2
May 5th, 2007
Website addresses have always been case-sensitive on UNIX machines. It actually depends on the server's internal code whether it responds to case. Your customers should be told to enter the website as written and that website addresses are case-sensitive.

Everyone should always treat web addresses and email addresses as being case-sensitive, because many servers already treat them so.
Daylight-saving time uses more gasoline
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 9
Reputation: alwaysonline is an unknown quantity at this point 
Solved Threads: 0
alwaysonline alwaysonline is offline Offline
Newbie Poster

Re: website designed using PHP is case sensitive

 
0
  #3
May 5th, 2007
Thank you. Mid-magic. However, the root URL seems to be routing all requests to www.wspgweb.com even if someone types WSPGweb.com. How can that be not case sensitive if the /extension is case sensitive.
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 3,203
Reputation: MidiMagic has a spectacular aura about MidiMagic has a spectacular aura about 
Solved Threads: 164
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Nearly a Senior Poster

Re: website designed using PHP is case sensitive

 
0
  #4
May 8th, 2007
That's part of the problem. Different programs and different equipment behave differently. There is no standardized behavior yet. So it is a good idea to type everything in lowercase until they finally get it sorted out.

The Internet routers are routing the
http://www.wspqweb.com
portion of the address to your server. They are not yet case sensitive.

The
/custom-website-design.php
portion of the url is handled by your server, which is using case-sensitive software.
Daylight-saving time uses more gasoline
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 9
Reputation: alwaysonline is an unknown quantity at this point 
Solved Threads: 0
alwaysonline alwaysonline is offline Offline
Newbie Poster

Re: website designed using PHP is case sensitive

 
0
  #5
May 31st, 2007
Originally Posted by MidiMagic View Post
That's part of the problem. Different programs and different equipment behave differently. There is no standardized behavior yet. So it is a good idea to type everything in lowercase until they finally get it sorted out.

The Internet routers are routing the
portion of the address to your server. They are not yet case sensitive.

The
portion of the url is handled by your server, which is using case-sensitive software.
You said the roort part is not "yet" case sensitive. Does that mean you anticipate that the root part of URL will also one day be case sensitive?
Last edited by alwaysonline; May 31st, 2007 at 6:35 pm.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,144
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 530
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: website designed using PHP is case sensitive

 
0
  #6
May 31st, 2007
that happens on daniweb too. I believe its due to the fact that most sites run on Linux servers which are case sensitive
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 9
Reputation: alwaysonline is an unknown quantity at this point 
Solved Threads: 0
alwaysonline alwaysonline is offline Offline
Newbie Poster

Re: website designed using PHP is case sensitive

 
0
  #7
May 31st, 2007
Originally Posted by jbennet View Post
that happens on daniweb too. I believe its due to the fact that most sites run on Linux servers which are case sensitive
The emails are not case sensitive and thus, people started assuming that they can type the web address whichever way we like and it's coming back and biting us..

HTML is not case sensitive though....
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Site Layout and Usability Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC