Mod speling does not work in root directory

Discussion in 'Installation/Configuration' started by am_pix, Jun 21, 2012.

  1. am_pix

    am_pix New Member

    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.
     
    Last edited: Jun 21, 2012
  2. TiTex

    TiTex Member

    try to add
    Code:
    <ifmodule mod_speling.c>
       CheckSpelling On  
     </ifmodule>
    to your root folder directive in httpd.conf
     
  3. am_pix

    am_pix New Member

    Problem persist.

    Mod_speling does not work in the root directory, but work in subdirectories.
     
  4. d4kr

    d4kr New Member

    hi,
    I have the same issue, mod_speling works only on subdirectory, not on the root directory. Any advice?

    thx a lot
    dk
     
  5. mare

    mare New Member

    You have to
    Code:
    chmod 750 web/
    
    to make it work.
     

Share This Page