From afd83cb7059eb9aaf3a8b790d4f20ccc70ab21c6 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 26 Nov 2019 22:20:26 +0100 Subject: [PATCH] Do not load main folder by symfony --- public/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/.htaccess b/public/.htaccess index 96b94a3315..509e494fac 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -58,7 +58,7 @@ DirectoryIndex index.php RewriteRule ^(bundles)($|/) - [L] RewriteRule ^(img)($|/) - [L] RewriteRule ^(libs)($|/) - [L] - RewriteRule ^(uploads)($|/) - [L] + RewriteRule ^(main)($|/) - [L] # Rewrite all other queries to the front controller. RewriteRule ^ %{ENV:BASE}/index.php [L]