Uppercase and lowercase urls in PHP
Posted
by Arjun
on Stack Overflow
See other posts from Stack Overflow
or by Arjun
Published on 2009-09-25T11:38:13Z
Indexed on
2010/06/18
12:53 UTC
Read the original article
Hit count: 272
url
|case-sensitive
I have created folders in my root example: http://www.zipholidays.co.uk/Cuba or http://www.zipholidays.co.uk/Florida
When I type http://www.zipholidays.co.uk/cuba (Cube in lowercase), it shows page not found.
I'm using Apache server. People are linking to pages with lowercase, uppercase, mixed case - whatever. What do I do to make the pages case insensitive?
© Stack Overflow or respective owner