MyBB Community Forums

Full Version: Change where login takes you.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The login currently takes you to http://MySite.com/portal.php I moved the portal to index.php and the forum from index.php to forums.php. How would I get logging in to direct you to index.php?
Bump, it has been over 24 hours.
I believe it has been over 24 hours. Please help!
add this to the .htaccess file in your root folder.

DirectoryIndex portal.php 
to display portal on first visit

DirectoryIndex index.php 
to display index on first visit

revert the file name changes you made.
(2011-01-29, 08:04 PM)TheGodFather Wrote: [ -> ]add this to the .htaccess file in your root folder.

DirectoryIndex portal.php 
to display portal on first visit

DirectoryIndex index.php 
to display index on first visit

revert the file name changes you made.

That's not what he wanted.
You'll need a core edits.

This might help:

http://community.mybb.com/thread-66838.html