thecodingwizard/earths-interior-game/master/.htaccess - Htaccess File

thecodingwizard/earths-interior-game/master/.htaccess

<IfModule mod_headers.c>
    # WEEK
    <FilesMatch ".(jpg|jpeg|png|gif|swf|mp4|mp3)$">
        Header set Cache-Control "max-age=604800, public"
    </FilesMatch>

    # WEEK
    #<FilesMatch ".(js|css|swf)$">
    #    Header set Cache-Control "max-age=604800"
    #</FilesMatch>
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache