anaran/olympia/master/media/.htaccess - Htaccess File

anaran/olympia/master/media/.htaccess

<FilesMatch ".(css|gif|ico|jpe?g|js|png|svg)$">
    ExpiresActive On
    ExpiresDefault "access plus 10 years"
</FilesMatch>
<FilesMatch ".txt$">
    Header set Cache-Control "max-age=0, private, no-store, no-cache, must-revalidate"
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file
no-cache

Comments

Apache