MyBB Community Forums

Full Version: How redirect to portal?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
how to redirec to the portal without using any plugin, I wanna make the portal as the frontpage.
Set up a redirect in your host control panel??
Crazy suggestion... in fact, I barely give out sane ones...

If I'm thinking what you're thinking, then why not name the file "index.php" to "forum.php" and rename "portal.php" to "index.php".

Update links accordingly, et viola...
If that works then that's brilliant.
(2008-10-06, 03:52 PM)Matt_ Wrote: [ -> ]If that works then that's brilliant.

Fools are so ingenious Rolleyes

I did something similar, but I just altered the breadcrumbs so it was like

Home > Forum > (Forum Category) > Topic

"Home" went to the Portal (or my version of it) and "Forum" went to the forum index...
so nothing more just change the index.php to forum.php and then portal.php to index.php?
If you intend to show all your forums on your Portal, then yes, it's as easy as that.

But I suggest you have a failsafe in place, such as placing a link to "Forum Index" pointing to www.yourdomain.com/forum.php...
no I mean I want when my members going to forum, the frontpage should be the portal not the index.
i am having the same problem
i tried renaming index to forums
but it's a hell
it's mess all my forums due to all the plugins i have
=/
is there another way?
--------------------------

sorry, i found the answer


DirectoryIndex portal.php index.php index.htm index.html
Solves this problem
^^ someone should close this thread
add to the .htaccess file this line;

DirectoryIndex portal.php
Pages: 1 2