Removed GZIP from Custom Code and now getting 403 errors.
-
Click on Custom Code.
Click on Root htaccess File Custom Code
Scroll down to:
CUSTOM CODE BOTTOM HOTLINKING/FORBID COMMENT SPAMMERS/BLOCK BOTS/BLOCK IP/REDIRECT CODE: Add miscellaneous code here
Remove the following lines:
#Enable gzip compression
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain
AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml
AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml
AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript
AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf
AddOutputFilterByType DEFLATE font/truetype font/opentype
</IfModule>Click Save Custom Root Code
Click Security Modes
Click create secure htaccess file
Click Activate Security Modes – BulletProof Mode
Try to access the website.
403 Forbidden Error
Version is the latest of BulletProof
Please suggest a fix.
In the meantime I’ve hand edited .htaccess and removed the lines.
The topic ‘Removed GZIP from Custom Code and now getting 403 errors.’ is closed to new replies.