Forum Moderators: phranque
I have finally installed mod_speling and put SpellingCheck on into my .htaccess
mod_speling works great in all subdirectories but not in the main directory.
For example:
mydomain.com/ThisPage.htm exists but if I type mydomain.com/thispage.htm I get my regular 404.
if however I use
mydomain.com/folder/ThisPage.htm which exists and when I type mydomain.com/folder/thispage.htm mod_speling works as it should and sends me to the correctly spelt page.
What I cannot work out is why it will not work for pages in the main directory as not matter what I try I just get a 404.
Any ideas please?