MyBB Community Forums

Full Version: Portal for home page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have my forums setup as mysite.com/forums. However, I want the portal on the home page: mysite.com

How do I do this?

Thanks,

Jon
You can do it with your host Cpanel domain index.html redirect.
I would prefer something that would be a bit more SEO friendly. Google states that a 301 redirect will lose a little link juice. Thanks for the suggestion through.

Can I do a php include instead?

<?
include("/forums/portal.php");
?>
Or something like thank?
You'll need a support team member for that answer.
You can either use the following plugin to use Portal as your homepage;
http://mods.mybb.com/view/portal-redirect-v110
You can use .htaccess to do this. Your .htaccess file in your directory. If you do not already have one, you can create one.

DirectoryIndex portal.php
That htaccess thing worked beautifully. Thank you!!
No Problem, any time.