: Try this (you : <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / # Catch any Google campaigns directed to the home page RewriteCond %{REQUEST_URI} ^/$ RewriteCond %{QUERY_STRING}
Try this (you :
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
# Catch any Google campaigns directed to the home page
RewriteCond %{REQUEST_URI} ^/$
RewriteCond %{QUERY_STRING} ^(gclid=.*)
RewriteRule ^(.*)$ /index.php/ [L,PT]
# Everything else
</IfModule>
More posts by @Margaret670
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.