Redirect absolutely anything to new domain with .htaccess
- by John Hunt
Ok, so I'm in need a simple redirect:
Redirect 301 / http://www.new.com/
Similar to that, except I want it to catch anything, such as:
www.old.com/blah/blah/?xyz=123&aaaaabbbb=erewr3ttt#ewtjhirhjerh
and send the user to:
www.new.com
Should be easy right? Finding out how to do this is not so easy. Using the above rule we're still getting 404's for things that aren't there rather than the Redirect rule just getting everything.