Update htaccess with suggested fix from Softaculous

This commit is contained in:
James Cole 2023-09-23 07:16:04 +02:00
parent 75e5115aa3
commit 14bce014a3
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
2 changed files with 3 additions and 4 deletions

View File

@ -8,7 +8,5 @@
# To hide directory listing
Options All -Indexes
# To prevent access to .env and other files
<Files .*>
Deny from all
</Files>
# To prevent access any file
Deny from all

View File

@ -1,3 +1,4 @@
Allow from all
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews