Redirect mafia451.com to the forum

I tried to find the site via google after only being given a name, only for the apparent homepage to not load. If you could add a simple page to redirect to the forum, that would probably help us get more members as they won’t see an apparently dead url first thing.

Thanks for the suggestion! I think we’re just a few days away from launching the other side of the site (a landing page and starter set of articles), and we won’t start officially trying to grow until then. But, it wouldn’t take much to put up a temporary landing page if the timing gets screwy.

This would be all that’s necessary until we have something to put there.

<?php 
header("Location: https://forum.mafia451.com/");
?>

Or you could use this, if you’d prefer not to use php.

<meta http-equiv="refresh" content="0; url=https://forum.mafia451.com/" />

I see that this was done, thanks <3