(solved) Directory index denied, please help to debug.

Discussion in 'General' started by Georgy Goshin, Oct 17, 2024.

  1. Georgy Goshin

    Georgy Goshin Member

    Hello!
    Need to open directory index in one directory, it probably should be simple to do but I'm stuck with it.

    .htaccess
    Code:
    Options +Indexes
    Did not helps.
    Website Options Apache Directives
    Code:
    <Directory /var/www/clients/client5/web158/web/Files/>
        Options +Indexes
        AllowOverride All
        Require all granted
    </Directory>
    Did not helps.

    Also I found that someone has changed Server security level from High to Medium but it did not helped.

    Log shows only
    AH01630: client denied by server configuration: /var/www/f...../Files/index.php

    Please advice how to debug this ?

    thanks.
     
  2. Georgy Goshin

    Georgy Goshin Member

    I found the fix, while PHP was disabled on this site, index.php was still in the DirectoryIndex list, simple rewriting this option to DirectoryIndex index.html has resolved the problem.
     

Share This Page