• Hello I am running a WordPress website having activated the BPS Security plugin. I am trying to add the following code to active GZIP compression and when I am trying to recreate the secure file I am getting the following 404 error (I am quoting both the code and the error below). What I need to know – if anyone can help, is if there’s any chance I can activate the GZIP compression in another way or if anyone has faced the same problem with me and solved it.

    GZIP Code:

    # compress text, html, javascript, css, xml:
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    AddType x-font/otf .otf
    AddType x-font/ttf .ttf
    AddType x-font/eot .eot
    AddType x-font/woff .woff
    AddType image/x-icon .ico
    AddType image/png .png

    404 Error code because of redirection to:
    [mywebsite's domain]/wp-admin/admin.php?page=bulletproof-security/admin/options.php

  • The topic ‘GZIP BPS Security’ is closed to new replies.