Forum Moderators: phranque
Ive got some dynamic urls that are now redundant and I want to redirect them to our homepage. However if i just use a straightforward 301 redirect in .htaccess the query string is appended to the homepage.
Does anyone know how to get rid of the query string so the redirect goes to the static homepage?
So the dynamic urls look like this:
http://www.example.com/example.php?parameter1={p1}¶meter2={p2}
And I want them to be all redirected to
http://www.example.com/
Thanks for any help in advance...Dave