<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /admin/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /admin/index.php [L]
</IfModule>

<IfModule mod_headers.c>
  <FilesMatch "vendor\.bundle\.addons\.(js)$">
   Header set Cache-Control "max-age=2592000, public"
  </FilesMatch>
</IfModule>
