I Have a site were I changed the script. Now, the script is url friendly. The previous had url in this format: domain.com/index.php?module=lslslsl&lslslsl Currently, any indexed url with the previous format, just gives you a page stating there was an error in the script. I would like that anyone who access an url containing ?module in it, should be redirected to home page. Anyone as an idea ?
If I want to do an exception to that rule, let say I want to specifically redirect: http://www.domain.com/index.php?module=games&platform=Playstation 2 to http://www.domain.com/platform/platform/playstation2 Note, that the second url, is allready a rewrite url, I believe. This : redirect 301 /old/old.htm http://www.you.com/new.htm does not seem to work.