htaccess rewrite URL to append Google campaign tracking causing redirect loop
问题 We are attempting to track offline campaigns to using aliased URLs that point to our main site. We need to append Google analytics campaign tracking code to the end of the URL when the domain is one of the aliased domains. The following redirect appends the correct information but causes a redirect loop, which I would assume because the RewriteCond still matches as true after the RewriteRule is applied. RewriteCond %{HTTP_HOST} ^bikerhelp911\.com$ RewriteRule (.*) http://bikerhelp911.com/?utm