|
It isn't the adwords that is breaking... Google appends a ?clid=sf2tikstrWET3rwf after the url that I provide. "They say" that it is so that they can track click fraud.
The problem is being caused by this, but it isn't broken there... What is happening, is Joomla! (my CMS) is trying to read the ?clid= argument in as a GET variable and it is causing my page to become a 404 error.
So what I need to do, is have some kind of .htaccess rewrite rule or something that will take WHATEVER url is punched in and strip off the clid= argument.
|