Re: How do I disable the case-sensitive nature of the URLs.
- From: "Ronx" <ronx917@xxxxxxxxxxx>
- Date: Thu, 2 Apr 2009 17:43:32 +0100
The only way is to host your site on a Windows server. Windows is not case
sensitive, Unix (including BeOs, Linux etc.) is.
It can help to ensure all your pages and files have lower case names, then
there are (at least) two options:
1) use a custom 404 error page which contains a script (PHP for Unix) that
checks the filename.
If the filename contains uppercase letters then convert to lowercase and
retry. If the filename is already lowercase, then show the 404 error.
2) On Unix servers, use mod-rewrite in a .htaccess file to force lowercase.
See
http://www.chrisabernethy.com/force-lower-case-urls-with-mod_rewrite/
--
Ron Symonds - Microsoft MVP (Expression)
Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp
"tepeco" <tepeco@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B445D7DB-D3E3-40A2-9E12-56E4FD88A6D0@xxxxxxxxxxxxxxxx
Almost all URLs for the websites I visit are not case-sensitive. I use MS
FrontPage 2003 and visitors to my site are having trouble getting to
pages.
They are not following my instruction to be case sensitive. My
instructions
are clear and I always send them a link. It doesn't matter. They still
make
errors and get angry at us for it. How can I make my URLs become NOT CASE
SENSITIVE?
.
- References:
- Prev by Date: Re: How do I disable the case-sensitive nature of the URLs.
- Next by Date: Re: ASP to initiate download
- Previous by thread: Re: How do I disable the case-sensitive nature of the URLs.
- Next by thread: Is there a quick fix for webpage display compatibility in Firefox
- Index(es):
Relevant Pages
|