Mod_speling works in all subdirectories, but does not work in the root directory. mydomain.com/test.php exists, but if I type mydomain.com/Test.php, I get error 404. If I try the same in a subdirectory: mydomain.com/subdirector/test.php exists but, and if I type mydomain.com/subdirector/Test.php, it works fine. I have ISPConfig 3.0.4.6. I tried with and without an .htaccess file.
try to add Code: <ifmodule mod_speling.c> CheckSpelling On </ifmodule> to your root folder directive in httpd.conf
hi, I have the same issue, mod_speling works only on subdirectory, not on the root directory. Any advice? thx a lot dk