akhdani/playground/master/skeleton/src/.htaccess - Htaccess File

akhdani/playground/master/skeleton/src/.htaccess

<IfModule mod_deflate.c>
    #apache2.4.6
    <filesMatch ".(js|css|json|xml|txt|html|php)$">
        SetOutputFilter DEFLATE
    </filesMatch>
    #apache2.2
    #SetOutputFilter DEFLATE
    #AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript application/json
</IfModule>

On Github License

Files

Download PDF of Htaccess file
DEFLATE

Comments

Apache