Fix: try to fix AH01630

This commit is contained in:
Bertrand Benjamin 2020-09-23 18:11:57 +02:00
parent ce20b189f6
commit 836d079a0a
1 changed files with 1 additions and 8 deletions

View File

@ -5,13 +5,6 @@
<Directory /home/*/public_html> <Directory /home/*/public_html>
AllowOverride All AllowOverride All
Options MultiViews Indexes SymLinksIfOwnerMatch Options MultiViews Indexes SymLinksIfOwnerMatch
<Limit GET POST OPTIONS> Require all granted
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS>
Order deny,allow
Deny from all
</LimitExcept>
</Directory> </Directory>
</IfModule> </IfModule>