Ajout "AllowOverride Indexes" pour plug W3 TOTAL Cache

This commit is contained in:
Gregory Colpart 2024-01-29 16:30:00 +01:00
parent 064f2b4a25
commit 9a6591ce92

View file

@ -23,7 +23,7 @@ Et également la configuration suivante pour le *DocumentRoot* :
~~~
<Directory /home/example/www/>
Options +SymLinksIfOwnerMatch
AllowOverride AuthConfig Limit FileInfo Options
AllowOverride AuthConfig Limit FileInfo Options Indexes
Require all granted
</Directory>
~~~