问题
how to make url case in-sensitivewww.mysite.com/Boss/ => Works
butwww.mysite.com/boss/ => not working
www.mysite.com/BOSS/ => not working
www.mysite.com/boSS/ => not working
is there any way to do this using htaccess or any other way.
the server is running on linux.
mod_speling is disabled
回答1:
You should enable mod_speling
CheckSpelling On
Source and reference
来源:https://stackoverflow.com/questions/13517625/i-want-my-site-to-have-case-in-sensitive-url