• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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