Do not load main folder by symfony

pull/3064/head
Julio Montoya 6 years ago
parent 8ceecc5948
commit afd83cb705
  1. 2
      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]

Loading…
Cancel
Save