Apache : Listage des fichiers

This commit is contained in:
Michael RICOIS 2014-12-12 17:18:56 +01:00
parent 276ad38a12
commit 3201086294
2 changed files with 7 additions and 5 deletions

View File

@ -4,9 +4,10 @@
UseCanonicalPhysicalPort On
DocumentRoot /home/vhosts/test
<Directory /home/vhosts/test/>
AllowOverride all
Order allow,deny
allow from all
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
allow from all
</Directory>
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.

View File

@ -4,8 +4,9 @@
UseCanonicalPhysicalPort On
DocumentRoot /home/vhosts/test
<Directory /home/vhosts/test/>
AllowOverride all
Require all granted
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Require all granted
</Directory>
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.