cancel
Showing results for 
Search instead for 
Did you mean: 

Gzip on plusnet

remfish
Newbie
Posts: 3
Registered: ‎20-07-2009

Gzip on plusnet

Anyone got any idea how to install Gzip to .htaccess file for domain hosted with plusnet. Have installed on domain at heart internet and others and works a treat. Also have installed on hosts in South Africa without a problem. Returns "Internal Server Error" on plusnet when accessing any file. Code being used is:
SetOutputFilter DEFLATE
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ \
no-gzip dont-vary
SetEnvIfNoCase Request_URI \
\.(?:exe|t?gz|zip|bz2|sit|rar)$ \
no-gzip dont-vary
SetEnvIfNoCase Request_URI \.pdf$ no-gzip dont-vary
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
Cheers
1 REPLY 1
Gabe
Grafter
Posts: 767
Registered: ‎29-10-2008

Re: Gzip on plusnet

Hi Remfish, mod_deflate isn't installed on homepages, but is on ccgi.
Gabe