MyBBThemes Community

Full Version: Index customisation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I have moved portal.php out of my forums folder into my website's root & renamed it index.php so it would act as my homepage. Now the problem is that the login box in the portal page still redirects to portal.php (a page that exists no more since I renamed it to index.php) & I get the "page not found" error. My question is: how do I set it to redirect to /index.php instead of /portal.php?

Thanks again, ma'am. You've been of priceless assistance. :D
Find in portal.php (now named index.php):

redirect("portal.php", $lang->redirect_loggedin);

And change to:

redirect("index.php", $lang->redirect_loggedin);

Regards.
Thanks, mate. :) I thought I wrote a message where I said that I figured this one by myself, for the first time.
Pages: 1 2
Reference URL's