• I am one of several admins at a site and I noticed this in the beginning of the .htaccess file:

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

    I googled and found the s2member plugin but I have no idea what this is. There is no such plugin installed at this site.

    Can I safely remove this from the file or are there other plugins that could insert this?

    https://www.ads-software.com/plugins/s2member/

Viewing 1 replies (of 1 total)
  • If you don’t have s2Member running, you can delete this, though it’s doing no harm where it is. No other plugin would insert this. Presumably, s2Member was installed before but was then deleted.

Viewing 1 replies (of 1 total)
  • The topic ‘htaccess unknown s2Member GZIP exclusions’ is closed to new replies.