I am working a website which is deployed on a Linux server. I have small changes to do on that. I have folder read. The requirement is that if I enter the URL <
read
You can easily make the apache webserver ignore the case by using the mod_speling module, which is part of the standard apache distribution:
CheckSpelling On CheckCaseOnly On
After restarting httpd you can access read as Read or READ or read.
Read
READ