I want my site to have “case in-sensitive” url

2019-08-18 16:51发布

问题:

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