Chris S
Retired
- Messages
- 2,055
- Reaction score
- 1
- Points
- 38
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 page
Look for
And turn it to the off position
Step 1. Open phpMyAdmin in your web browser
Step 2. Run this code on your vbulletin table
Code:
UPDATE `setting` SET `value` = '0' WHERE `varname` = 'gziplevel' LIMIT 1 ;
Step 3. Browse to this page
Code:
http://yourdomain.com/forum/admincp/options.php?do=options&dogroup=http
Code:
GZIP HTML Output
And turn it to the off position