• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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