htaccess unknown s2Member GZIP exclusions
-
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 exclusionsI 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?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘htaccess unknown s2Member GZIP exclusions’ is closed to new replies.