thantalas/slim-nne/master/public/js/.htaccess - Htaccess File

thantalas/slim-nne/master/public/js/.htaccess

<files *.js.gz>
 AddType "text/javascript" .gz
 AddEncoding gzip .gz
</files>
RewriteEngine on
RewriteBase /public/js/
RewriteCond %{HTTP:accept-encoding} gzip
RewriteCond %{REQUEST_FILENAME} !^.+.gz$
RewriteCond %{REQUEST_FILENAME}.gz -f
RewriteRule ^(.+) $1.gz [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache