Hi Guys
I have a bit of an issue with a site I've created. I've (foolishly?) created sub-folders for each section of my site and given them an uppercase letter at the beginning e.g:
so the URL would look like www.website.co.uk/Contact to take me to the contacts page.
If I type www.website.co.uk/contact with a lowercase c in contact then I get a 404 error.
Is there anything I can do to auto re-direct the URL's regardless of how it's typed to the correct one?
the site is hosted on a virtual machine thats running a LAMP webserver (apache, mysql, phpmyadmin)
I have a bit of an issue with a site I've created. I've (foolishly?) created sub-folders for each section of my site and given them an uppercase letter at the beginning e.g:
Contact
so the URL would look like www.website.co.uk/Contact to take me to the contacts page.
If I type www.website.co.uk/contact with a lowercase c in contact then I get a 404 error.
Is there anything I can do to auto re-direct the URL's regardless of how it's typed to the correct one?
the site is hosted on a virtual machine thats running a LAMP webserver (apache, mysql, phpmyadmin)