$10 epass and my eternal gratitude for a working solution:
I need to 301 redirect urls with a specific query string parameter (any value) to my main url. In other words:
redirects to:
(no file name (index.php), just the main domain.)
but
stays unchanged.
I need to 301 redirect urls with a specific query string parameter (any value) to my main url. In other words:
Code:
http://www.domain.com/index.php?[B]cat[/B]=x http://www.domain.com/index.php?[B]cat[/B]=whatever
Code:
http://www.domain.com
but
Code:
http://www.domain.com/index.php?[B]dir[/B]=x

Comment