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

☆樱花仙子☆ 提交于 2019-12-12 05:28:08

问题


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



来源:https://stackoverflow.com/questions/13517625/i-want-my-site-to-have-case-in-sensitive-url

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!