How to make mysite.com/abc and mysite.com/ABC different pages.
Permalink
How to make URLs case sensitive.
For example
if I have
http://www.mysite.com/page
and if I write
http://www.mysite.com/PAGE
should not redirect to the page with lower case.
For example
if I have
http://www.mysite.com/page
and if I write
http://www.mysite.com/PAGE
should not redirect to the page with lower case.