Disable directory indexing for a specific directory.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,
I have a WordPress website and my Virtual Host file include below lines:

<Directory "/var/www/WP">
Options Indexes FollowSymLinks
AllowOverride all
Require all granted
</Directory>

Some of my WordPress directories are browsable and when I open the URLs, then the content of the directories displayed:

https://example.net/wp-content/plugins/email-subscribers/
https://example.net/wp-content/plugins/contact-form-7/

How can I disable the directory indexing for those directories? I added below lines to my Virtual Host config file, but not worked:

<Directory /var/www/WP/wp-content/plugins/email-subscribers>
      Options -Indexes
</Directory>
<Directory /var/www/WP/wp-content/plugins/contact-form-7>
      Options -Indexes
</Directory>

Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx





[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux