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
相关问题
- Is shmid returned by shmget() unique across proces
- Backbone.js PushState routes .htaccess only workin
- Stop .htaccess redirect with query string
- how to get running process information in java?
- .htaccess rule, redirecting old unexistent address
You should enable mod_speling
Source and reference