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