MyBB Community Forums

Full Version: Portal home
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to put my portal as my home whenever I go to my site.
I dont have a .htaccess file so I cant use that
I tried the portal redirect plugin but no matter what I do, it will redirect me to the portal everytime
Are you using cPanel?
You can MAKE a .htaccess file with notepad, or you can make a index.htm file with this code:
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/portal.php">
Your query is a bit unclear:

You want to have the mybb portal page as your home page from your site, but you don't want to use the portal plugin as it redirects you to the portal (which is where you want to be?)

You can put this your site root - not the forum root -

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

and it will take you to the portal whenever anyone types the name of your site in:

Try it - click www.leefish.nl - boom - straight to my portal.