gerkintrigg Posted August 12, 2009 Share Posted August 12, 2009 How can I forward anyone who visits http://www.magic2k.com/gd2 to http://www.gutdoctor.com ? I'm doing this at the moment: ErrorDocument 404 /errorpagess/404.php ErrorDocument 500 /errorpages/500.php RewriteEngine on RewriteRule magic2k.com/gd2 gutdoctor.com/ Quote Link to comment https://forums.phpfreaks.com/topic/169902-htaccess/ Share on other sites More sharing options...
corbin Posted August 12, 2009 Share Posted August 12, 2009 Try: RewriteRule magic2k.com/gd2 http://gutdoctor.com/ [R=301] Quote Link to comment https://forums.phpfreaks.com/topic/169902-htaccess/#findComment-896612 Share on other sites More sharing options...
steviewdr Posted August 14, 2009 Share Posted August 14, 2009 Looks to be working to me on the urls above. -steve Quote Link to comment https://forums.phpfreaks.com/topic/169902-htaccess/#findComment-898176 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.