how to make url case in-sensitive
www.mysite.com/Boss/ => Works
but
www.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