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/ 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] 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 Link to comment https://forums.phpfreaks.com/topic/169902-htaccess/#findComment-898176 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.