Apache mod_speling
Posted by: Starbuck
Posted on: 2008-02-01 05:49:00
I wanted to see if we had mod_speling so I put this into .htaccess in one of my directories:
<IfModule mod_speling.c>
CheckSpelling On
</IfModule>
No joy. My goal is to allow users to see MyKewlPage.htm using mykewlpage.htm.
Any hints? Does DH load mod_speling?
Thanks!!