LP-Trel Zen

Joined: 02 Dec 2002 Posts: 5721 Location: Nirvana by Boredom
|
Posted: Thu Jun 09, 2005 7:28 pm Post subject: Intelligent 404 Handling via mod_speling installed! |
|
|
As a new feature to our services I have installed mod_speling and have given it extensive tests. This should provide an interesting addition to our services!
To enable this feature add the following to a .htaccess file in your public_html directory:
<IfModule mod_speling.c>
CheckSpelling On
</IfModule>
An example of the handling at work:
http://www.lifelesspeople.com/status/ is a proper URL for the status page.
http://www.lifelesspeople.com/StatuS/ should fail due to *nix being case sensitive with respect to folder names.
As you can see from the /StatuS/ example that the incorrect case is corrected and the content is correctly served.
Another example at work:
http://www.lifelesspeople.com/status/ is properly spelled.
http://www.lifelesspeople.com/stttus/ is not and would normally fail. Due to the way it handles misspellings by correcting up to 1 character off of the correct spelling this URL is also corrected and works properly.
Enjoy this new feature! _________________ * Knowledge Base * Wiki * Forum FAQs * |
|