westcoastavgallery/westcoastavgallery.github.io/master/systemdemo/innea_livingroom_web/assets/.htaccess - Htaccess File

westcoastavgallery/westcoastavgallery.github.io/master/systemdemo/innea_livingroom_web/assets/.htaccess

# We need to disable GZIP compression for all webdemo assets.
# First off, all huge data (like videos, swf, jpg, mp3) is already compressed and zipping does not make it any better.
# It just costs server and client performance.
# Second off, on some browsers the video streaming won't work anymore.

Options +FollowSymlinks
RewriteEngine On
RewriteBase /

RewriteRule . - [E=no-gzip:1]

On Github License

Files

Download PDF of Htaccess file
no-gzip

Comments

Apache