I am trying to do a 301 redirect of everything from an old subdomain to a new.
I have a simple .htaccess
Redirect 301 / http://www.smartphonesoft.com/
However if I goto the old URL with a subdir, it tries to redirect to the new domain with a subdir and fails.
ie
http://forum.smartphonesoft.com/reminder/
goes to
http://www.smartphonesoft.com/reminder/
When I would like it to goto
http://www.smartphonesoft.com/
How can I have everything simply redirected to the new domain root?