OrganizedFellow Posted April 9, 2014 Share Posted April 9, 2014 I have a simple client with an even simpler website. It is purely static: example.com Today he asks me to add the following: example.com/NewPage So I did, but all lowercase. I told him that it was just "simpler" example.com/NewPage throws a 404 error, but ofcourse in lowercase it doesn't. He has several other pages like this and I made them all lowercase, but he really wants NewPage, ThisPage, ThatPage. I'm guessing this is done with the .htaccess file, right? Link to comment Share on other sites More sharing options...
Joss Posted April 9, 2014 Share Posted April 9, 2014 http://www.askapache.com/htaccess/rewrite-uppercase-lowercase.html Have fun! 1 Link to comment Share on other sites More sharing options...
OrganizedFellow Posted April 10, 2014 Author Share Posted April 10, 2014 Thank you Joss. I knew it was a simple task but I just couldn't find it. I ended up with this solution (very similar). http://stackoverflow.com/questions/20451171/rewrite-uppercase-url-to-lowercase-url-htaccess CASE CLOSED Link to comment Share on other sites More sharing options...
Recommended Posts