Tagged Questions
1
vote
3answers
798 views
apache rewrite .htaccess google adwords gclid
I've got an url coming in as:
/index.php?/location/&gclid=287ejek22kj
This is going to a 404 page because of the gclid...
I need it to go to:
/index.php?/location
I've tried this, with no ...