I am doing my CI project on a localhost, and I never tried to upload it live. Now, this is the first time that I have uploaded my CI project into a web hosting and the URLs are case-sensitive.
www.mywebsite.com/content
The above code works on localhost, but it doesn't work on live server. This one works:
www.mywebsite.com/Content
As you notice, there's a capital C in it.
Should I change all the anchors that leads to the Content controller, or is there a way that when I enter www.mywebsite.com/content
will be converted to www.mywebsite.com/Content
?