eserozvataf/personal-homepage/master/.htaccess - Htaccess File

eserozvataf/personal-homepage/master/.htaccess

AddDefaultCharset UTF-8
AddCharset utf-8 .css .js

<IfModule mod_expires.c>
    ExpiresActive on
    ExpiresByType image/gif A2592000
    ExpiresByType image/jpeg A2592000
    ExpiresByType image/jpg A2592000
    ExpiresByType image/png A2592000
    ExpiresByType image/x-icon A2592000
    ExpiresByType text/css A86400
    ExpiresByType text/javascript A86400
    ExpiresByType application/x-shockwave-flash A2592000
    
    <FilesMatch ".(gif¦jpe?g¦png¦ico¦css¦js¦swf)$">
    Header set Cache-Control "public"
    </FilesMatch>
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache