View Full Version : Redirect to a forum
digatle
06-19-2008, 02:55 PM
I have a domain name (http://www.mtgothemes.com that I'd like to redirect to go directly to a forum I host. How can I set this up?
veenuisthebest
06-19-2008, 05:43 PM
put this in your index.php file and upload it at the root of the server
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.mtgothemes.com/forum/index.php" );
?>
digatle
06-19-2008, 07:04 PM
awesome! thanks!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.