Fix public/.htaccess: verwijder <Directory> blok (niet toegestaan in .htaccess)
This commit is contained in:
@@ -18,12 +18,6 @@ Options -Indexes
|
||||
Deny from all
|
||||
</FilesMatch>
|
||||
|
||||
# Directory protection
|
||||
<Directory ~ "^\.|/(config|templates|vendor|cache)/">
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</Directory>
|
||||
|
||||
# URL Routing - Route all requests to index.php
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
|
||||
Reference in New Issue
Block a user