OrganizedFellow Posted April 9, 2014 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?
Joss Posted April 9, 2014 Posted April 9, 2014 http://www.askapache.com/htaccess/rewrite-uppercase-lowercase.html Have fun! 1
OrganizedFellow Posted April 10, 2014 Author 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
Recommended Posts