• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

apache directives

J

jmazzare

Guest
I have been trying for a couple hours now to get directory browsing to work . I am the admin, so I can do whatever. I have read the FAQ, and other somewhat related tips on here. Nothing seems to work.
I have plenty of experience with apache, or so I thought, but Plesk seems to have me chasing my tail trying to find out where its blocking me.

This sort of stuff:
<Directory /path/to/domain.com/folder>
Options Indexes
</Directory>

Just causes a server error and it dies. I am trying it on a subdomain, I dont know if that is my problem, but ideally, I need it to work on subdomains as well. Has anyone else had this problem and found a solution, or have any ideas for me?

I'd really appreciate any help
 
Try to create .htaccess: Options +Indexes
Then upload it to server.
 
I have. It works for somethings, like adding php auto_prepend's but not for anything that is in the directory directive.
 
Back
Top