MyBB Community Forums

Full Version: Make /forums the homepage of my domain
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
basically I own a domain. Let's say it is ohai.com

So when I go to 'www.ohai.com' it shows me the directory of the folders.
I want it to redirect me to 'www.ohai.com/forums' when someone types in 'www.ohai.com'
Any halp?


thanks in advance
Epics
Make a page at ROOT called 'index.php'

Use this code:

<?php
   header( 'Location: http://www.yoursite.com/forums' ) ;
?>

That should work.
Thanks bud
Or, if you have cPanel, you could simply create a redirect from / to /forums/