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.
Ok so i have seen portal redirect mods but i want is that everytime my websites url is typed in

http://www.profifaleagues.net/

Instead of autmatically going to the Index page (Still displays as http://www.profifaleagues.net/) it goes to the portal/home page. Could anyone tell me how this is done?
Simple html.

Just put this in the page you want to go to portal.
<meta HTTP-EQUIV="REFRESH" content="0; url=move to here">
That would redirect you everytime you came to that page though.
Here is a plugin to redirect you to the portal the first time you come to the page.
http://mods.mybboard.net/view/portal-redirect-v110
(2009-11-12, 01:27 AM)Joshee Wrote: [ -> ]That would redirect you everytime you came to that page though.
Here is a plugin to redirect you to the portal the first time you come to the page.
http://mods.mybboard.net/view/portal-redirect-v110

There has to be a simpler way surely if http://www.profifaleagues.net goes to http://www.profifaleagues.net/index.php then i could get it to go to http://www.profifaleagues.net/portal.php some how, right?
Well theres this tutorial. But thats more complicated than just using a plugin because that tutorial requires file edits. With the plugin I posted you just have to upload the file and activate it in ACP, and your done.