Content Encoding Error The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression. this is error i'm getting. I can't view the admin panel. if the solution is by gZip than how can i disable or enable gzip from code????????
Hi You can try changing the gzip value to 0 in configuration.php file. Find ($gzip = '1';) change the 1 to 0. (it should be around line 15 in the configuration.php file) Note; you may need to set "write" permissions before changing the code. To do this left click on the configuration.php file and select "change permissions" Tick the box that allows the "user to write" and then edit the code - BE SURE to change the permissions back to (444 or whatever) after changing the code. Hope this helps Alex