appflower/appflower_engine/master/web/.htaccess - Htaccess File

appflower/appflower_engine/master/web/.htaccess

AddOutputFilterByType DEFLATE text/html text/css application/x-javascript

<IfModule mod_headers.c>
<FilesMatch ".(jpg|png|gif|swf)$">
     Header set Cache-Control "max-age=31536000, public"
</FilesMatch>
</IfModule>

On Github License

Files

Download PDF of Htaccess file
DEFLATE

Comments

Apache