s2Member GZIP exclusions

Home Forums BulletProof Security Pro s2Member GZIP exclusions

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23976
    AITpro Admin
    Keymaster

    Email Question:

    So I added it to the top of the file but now I want to know if this code by s2member should be there also?

    # BEGIN s2Member GZIP exclusions
    <IfModule rewrite_module>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{QUERY_STRING} (^|\?|&)s2member_file_download\=.+ [OR]
    RewriteCond %{QUERY_STRING} (^|\?|&)no-gzip\=1
    RewriteRule .* - [E=no-gzip:1]
    </IfModule>
    # END s2Member GZIP exclusions
    #23978
    AITpro Admin
    Keymaster

    1. The s2Member GZIP exclusions htaccess code (condensed to necessary code) below would be added to this BPS Root Custom Code text box:  CUSTOM CODE BOTTOM HOTLINKING/FORBID COMMENT SPAMMERS/BLOCK BOTS/BLOCK IP/REDIRECT CODE
    2. Click the Save Root Custom Code button.
    3. Go to the Security Modes page and click the Root Folder BulletProof Mode Activate button.

    # BEGIN s2Member GZIP exclusions
    <IfModule rewrite_module>
    RewriteCond %{QUERY_STRING} (^|\?|&)s2member_file_download\=.+ [OR]
    RewriteCond %{QUERY_STRING} (^|\?|&)no-gzip\=1
    RewriteRule .* - [E=no-gzip:1]
    </IfModule>
    # END s2Member GZIP exclusions
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.