Fix public/.htaccess: php uit FilesMatch (blokkeerde alle php inclusief index.php)

This commit is contained in:
2026-07-14 14:55:24 +02:00
parent 6272538875
commit 98f74b2861
+1 -1
View File
@@ -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>