Quote:
Originally Posted by xcingix
there is no way to have this as the index.php in my root folder?
How would I configure that?
|
Create an index.html in the main directory that index.php is in, then put this in it:
Code:
<HTML>
<HEAD>
<TITLE>Forum Name Here</TITLE>
<META HTTP-EQUIV="refresh"
CONTENT="0;URL=http://www.domain.com/portal.php">
</HEAD>
<BODY>
</BODY>
</HTML>
Replace what needs to be replaced. It should redirect to the portal first, then if you click on anything in the forums it will go directly to the forums instead.