MyBB Community Forums

Full Version: Portal Redirect
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How Do i Get My Portal To Be The Main Page Of My Site. Using 1.6

Thanks
Evan
www.Teamsponsor.net
Go to Cpannel and open index.php
Find this code: define('THIS_SCRIPT', 'blah');
(code will not have "blah" in it) and where I wrote "blah", insert the following words: define('THIS_SCRIPT', 'portal.php');
Just did That And it didnt Work Sad
Hmm, ok i asked this a while back... ill find the thread and let you know what to do! Smile
OK, here is a post on how to make your portal your homepage: http://community.mybb.com/thread-43811-p...#pid300258

It worked for me Smile
(2010-11-16, 09:34 PM)mithokey Wrote: [ -> ]Hmm, ok i asked this a while back... ill find the thread and let you know what to do! Smile
OK, here is a post on how to make your portal your homepage: http://community.mybb.com/thread-43811-p...#pid300258

It worked for me Smile

No need for file edits. Just add
DirectoryIndex portal.php
to your .htaccess file and it done. Smile
Use:

DirectoryIndex portal.php index.php index.html 

The code above will cause server errors when trying to load the admin panel, and loading other directories.