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
|
Deny from all
|
||||||
</Files>
|
</Files>
|
||||||
|
|
||||||
<FilesMatch "\.(php|ini|log|conf|config|map)$">
|
<FilesMatch "\.(ini|log|conf|config|map)$">
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Deny from all
|
Deny from all
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
|||||||
Reference in New Issue
Block a user