|
|
@ -53,6 +53,12 @@ DirectoryIndex index.php |
|
|
|
RewriteCond %{REQUEST_FILENAME} -f |
|
|
|
RewriteCond %{REQUEST_FILENAME} -f |
|
|
|
RewriteRule ^ - [L] |
|
|
|
RewriteRule ^ - [L] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Ignore static files |
|
|
|
|
|
|
|
RewriteRule ^(build)($|/) - [L] |
|
|
|
|
|
|
|
RewriteRule ^(bundles)($|/) - [L] |
|
|
|
|
|
|
|
RewriteRule ^(img)($|/) - [L] |
|
|
|
|
|
|
|
RewriteRule ^(libs)($|/) - [L] |
|
|
|
|
|
|
|
|
|
|
|
# Rewrite all other queries to the front controller. |
|
|
|
# Rewrite all other queries to the front controller. |
|
|
|
RewriteRule ^ %{ENV:BASE}/index.php [L] |
|
|
|
RewriteRule ^ %{ENV:BASE}/index.php [L] |
|
|
|
</IfModule> |
|
|
|
</IfModule> |
|
|
|