Re: [users@httpd] Disable directory indexing for a specific directory.

2020-11-23 Thread Lucien Gentis
Seems OK for me. Did you try to delete "Indexes" in: Options Indexes FollowSymLinks AllowOverride all Require all granted (which is, I suppose, in server global configuration) Le 23/11/2020 à 12:11, Jason Long a écrit : Sure. Header always set Strict-Transport-Security "max-age=63072000;

Re: [users@httpd] Disable directory indexing for a specific directory.

2020-11-23 Thread Jason Long
Sure. Header always set Strict-Transport-Security "max-age=63072000; includeSubdomains; preload" ServerAdmin root@localhost ServerName www.Example.net ServerAlias www.Example.net DocumentRoot /var/www/WP Options -Indexes +FollowSymLinks AllowOverride all Require all granted       Options -Ind