Ubuntu 12.04 LTS Apache 2.2.22
I need to add case insensitive URL's to my server.
http://www.example.com/PUBLIC/Something.html
is the same as
http://www.example.com/public/something.html
If the html calls an image with the html code, I need that url also
to be case insensitive.
Can't seem
Try
DirectoryIndex index.html index.php
At 08:41 PM 4/1/2014, you wrote:
Hi,
We used "DirectoryIndex" and here is the list
DirectoryIndex index.html
DirectoryIndex index.php
Everything works fine without any problem. But recently we have
added another "RequestHeader unset Authorization"