• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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