efabrikov/renault/master/storage/web/.htaccess - Htaccess File

efabrikov/renault/master/storage/web/.htaccess

RewriteEngine on

RedirectMatch 403 /..*$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php

<FilesMatch ".(html|jpg|jpeg|gif|css|png|js|ico|xml|mp3|ogg|ttf|woff|map|json)$">
    Header set Cache-Control "max-age=1296000, public"
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache