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]