Mobile app version of vmapp.org
Login or Join
Margaret670

: 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}

@Margaret670

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>

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Margaret670

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme