mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-16 09:51:16 +00:00
Update htaccess with suggested fix from Softaculous
This commit is contained in:
@@ -8,7 +8,5 @@
|
|||||||
# To hide directory listing
|
# To hide directory listing
|
||||||
Options All -Indexes
|
Options All -Indexes
|
||||||
|
|
||||||
# To prevent access to .env and other files
|
# To prevent access any file
|
||||||
<Files .*>
|
Deny from all
|
||||||
Deny from all
|
|
||||||
</Files>
|
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
Allow from all
|
||||||
<IfModule mod_rewrite.c>
|
<IfModule mod_rewrite.c>
|
||||||
<IfModule mod_negotiation.c>
|
<IfModule mod_negotiation.c>
|
||||||
Options -MultiViews
|
Options -MultiViews
|
||||||
|
Reference in New Issue
Block a user