Vbulleting Error : Error 330 (net::ERR_CONTENT_DECODING_FAILED)
There may be two solution of this issue:
Solution1: Gzip Compression
If you are getting this error in your vbulletin forum then Gzip HTML output page compression is not enabled from admin controller.To verify gzip HTML output page compression
admin control panel->Settings->Options->Cookies and HTTP Header Options.
Here one thing is notable that GZIP compression support should be enabled on your system.
Solution 2:
Create php.ini file and upload it on the root folder of vbulletin with single line in it
zlib.output_compression = On
Chandra Shekhar
Latest posts by Chandra Shekhar (see all)
- Best practices for micro service design - January 23, 2022
- Spring Boot - January 23, 2022
- Java - January 23, 2022
Recent Comments