P
P
Puma Thailand2012-02-18 18:13:30
Apache HTTP Server
Puma Thailand, 2012-02-18 18:13:30

How to make apache ignore case in url

Example there are two links mydomain.com/MyPage.html
mydomain.com/mypage.html
and there is a file MyPage.html in the root of the site
everything is given to the first link, to the second 404
it would be desirable that the same page be given to both.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
ertaquo, 2012-02-18
@opium

That's it .
In short: you need to install mod_spelling, and then enable it with the "CheckSpelling on" parameter (in the apache config globally or in .htaccess locally).

S
shadowalone, 2012-02-18
@shadowalone

This is not for Apache, but for the file system. In *nix, filenames are case sensitive, unlike in Windows.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question