potch/glow/master/.htaccess - Htaccess File

potch/glow/master/.htaccess

<FilesMatch ".(css|gif|ico|jpe?g|js|png|svg)$">
    ExpiresActive On
    ExpiresDefault "access plus 1 year"
</FilesMatch>
<FilesMatch ".json$">
    ExpiresActive On
    ExpiresDefault "access plus 10 minutes"
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache