Fix public/.htaccess: php uit FilesMatch (blokkeerde alle php inclusief index.php)
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ Options -Indexes
|
||||
Deny from all
|
||||
</Files>
|
||||
|
||||
<FilesMatch "\.(php|ini|log|conf|config|map)$">
|
||||
<FilesMatch "\.(ini|log|conf|config|map)$">
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</FilesMatch>
|
||||
|
||||
Reference in New Issue
Block a user