Quantcast
Channel: WordPress.org Forums » [All-In-One Security (AIOS) – Security and Firewall] Unresolved Topics
Viewing all articles
Browse latest Browse all 274

Change 6g security and firewall rules from htaccess

$
0
0

Replies: 0

Hello, I would liket to change 6G security rules concerning 6G:[REQUEST STRING], as I suupose they block some of my adds urls with utm.
I supposed to find something liket that in my htaccess file:
<IfModule mod_alias.c>

RedirectMatch 403 (?i)(~|`|<|>|:|;|,|%|\\|\{|\}|\[|\]|\|)
RedirectMatch 403 (?i)/(=|\$&|_mm|cgi-|muieblack)
….
</IfModule>
as it is shown here – https://perishablepress.com/6g/

But did not find anything.
How should I add my fix not to ruin all the rest rules?

RewriteCond %{QUERY_STRING} utm_ [NC,OR]
RewriteCond %{QUERY_STRING} gclid= [NC,OR]
RewriteCond %{QUERY_STRING} qclid= [NC,OR]
RewriteCond %{QUERY_STRING} hsa_ [NC,OR]
RewriteCond %{QUERY_STRING} gad_source= [NC]

RewriteCond %{QUERY_STRING} ^(.*[a-zA-Z0-9%._=&:+/-]+)$ [NC]
RewriteRule .* - [L]
  • This topic was modified 7 hours, 16 minutes ago by svetar.

Viewing all articles
Browse latest Browse all 274

Trending Articles