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
First install speling_module. Then include LoadModule speling_module modules/mod_speling.so in httpd.conf file and then include CheckSpelling On CheckCaseOnly On in httpd.conf, then restart httpd service using service httpd restart command.
LoadModule speling_module modules/mod_speling.so
CheckSpelling On CheckCaseOnly On