Re: [us...@httpd] Case sensitive URLs

2009-09-10 Thread Nick Kew
Andrew Hole wrote: Hi guys! How can I ensure case sensitive URLs? I've test.html at DocumentRoot. I want a "File not found" error when I invoke http://host/TEST.html. You'll get that as standard. Just don't use any of the hacks that make them appear case-insensitive, like mod_speling. The

Re: [us...@httpd] Case sensitive URLs

2009-09-10 Thread Tom Evans
On Thu, 2009-09-10 at 15:40 +0100, Andrew Hole wrote: > Hi guys! > > How can I ensure case sensitive URLs? > > I've test.html at DocumentRoot. I want a "File not found" error when I > invoke http://host/TEST.html. > > Thanks a lot > A. You need to use a case sensitive file system, ie not window

[us...@httpd] Case sensitive URLs

2009-09-10 Thread Andrew Hole
Hi guys! How can I ensure case sensitive URLs? I've test.html at DocumentRoot. I want a "File not found" error when I invoke http://host/TEST.html. Thanks a lot A.