Disable Gzip in Vbulletin
Step 1. Open phpMyAdmin in your web browser
Step 2. Run this code on your vbulletin table
Step 3. Browse to this pageCode:UPDATE `setting` SET `value` = '0' WHERE `varname` = 'gziplevel' LIMIT 1 ;
Look forCode:http://yourdomain.com/forum/admincp/options.php?do=options&dogroup=http
And turn it to the off positionCode:GZIP HTML Output


LinkBack URL
About LinkBacks
Reply With Quote



