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

2020-11-28 Thread Jason Long
Thank you. It doesn't make any security problem? On Saturday, November 28, 2020, 08:03:37 PM GMT+3:30, Daniel Ferradal wrote: Just set "AllowOverride all" to "AllowOverride none". Since you are the owner and you are configuring the virtualhost it does not make sense to let .htaccess f

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

2020-11-28 Thread Daniel Ferradal
Just set "AllowOverride all" to "AllowOverride none". Since you are the owner and you are configuring the virtualhost it does not make sense to let .htaccess file override the configuration you are trying to apply. El sáb, 28 nov 2020 a las 17:20, Jason Long () escribió: > > Thank you. > I asked i

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

2020-11-28 Thread Jason Long
Thank you.I asked it on WordPress froum:https://wordpress.org/support/topic/how-to-disable-directory-listing-in-wordpress/#post-13719613 They told me: This is 100% a server issue... and that WordPress has nothing to do with itAlso, note that this automatic indexing is provided by the mod_aut

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

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

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

2020-11-22 Thread Antony Stone
On Sunday 22 November 2020 at 16:06:59, Lucien Gentis wrote: > Hello, > > Could you please join your Virtual host complete configuration ? Also, it puzzles me somewhat why you would want *any* directories underneath Wordpress to be indexed to viewers. > > On Monday, November 16, 2020, 08:11:58

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

2020-11-22 Thread Lucien Gentis
Hello, Could you please join your Virtual host complete configuration ? Le 22/11/2020 à 14:50, Jason Long a écrit : Hello, Any idea? Thanks. On Monday, November 16, 2020, 08:11:58 PM GMT+3:30, Jason Long wrote: Hello, I have a WordPress website and my Virtual Host file include bel

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

2020-11-22 Thread Jason Long
Hello, Any idea? Thanks. On Monday, November 16, 2020, 08:11:58 PM GMT+3:30, Jason Long wrote: Hello, I have a WordPress website and my Virtual Host file include below lines: Options Indexes FollowSymLinks AllowOverride all Require all granted Some of my WordPress directories are

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

2020-11-16 Thread Jason Long
Hello, I have a WordPress website and my Virtual Host file include below lines: Options Indexes FollowSymLinks AllowOverride all Require all granted Some of my WordPress directories are browsable and when I open the URLs, then the content of the directories displayed: https://example.net/wp-c