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
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
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.