redfield
- Posts: 5
- Topic Created: Wed Jan 18 23:36:38 2012 +0100
Version: 2.1
Install wen't fine, php-myadmin is showing the tables correctly. However I get this error when trying to view index.php:
Google-Chrome:
The webpage at http://wasteproducts.co.cc/index.php might be temporarily down or it may have moved permanently to a new web address.
Error 330 (net::ERR_CONTENT_DECODING_FAILED): Unknown error.
Firefox:
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
Arian
Try turning off gzip page compression in the global site configuration.
redfield
I don't have access to a global site config. I tried doing it through .htacess but that didn't work either.
redfield
Here's my .htaccess file:
SetEnv no-gzip dont-vary
redfield
Grrr. Won't let me paste it all.
IfModule mod_env.c
SetEnv no-gzip dont-vary
IfModule
redfield
unfortunately my host doesn't give me access to a global configuration to disable it. I opened a ticket with them asking if they would disable it for me. Shouldn't I be able to do it through a .htaccess?
Arian
Here's a quick hint: http://support.modwest.com/content/1/117/en/how-do-i-turn-off-webservers_-gzip-compression.html