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

2020-11-24 Thread Lucien Gentis
I meant outside any VirtualHost. You mentionned it in your original message : Hello, I have a WordPress website and my Virtual Host file include below lines: Options Indexes FollowSymLinks AllowOverride all Require all granted Le 24/11/2020 à 13:46, Jason Long a écrit : Not really. In serve

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

2020-11-24 Thread Jason Long
Not really. In server global configuration? Is you mean "httpd.conf"? On Monday, November 23, 2020, 08:59:56 PM GMT+3:30, Lucien Gentis wrote: Seems OK for me. Did you try to delete "Indexes" in: Options Indexes FollowSymLinks AllowOverride all Require all granted (which is, I su