Page 1 of 1

Simple Portal as Homepage

Posted: 08 Oct 2011, 22:36
by Arnevb
Dear Phpbb3bbcodes.com,

How do i make my 'Simple Portal' page my homepage?

Arne

Simple Portal as Homepage

Posted: 09 Oct 2011, 00:15
by Vox Populi
I don't know your exact name for the main file that loads the portal (portal.php?). But normally you would use a .htaccess file in your forum root directory. There is probably one there right now. Just add this to it.

Code: Select all

DirectoryIndex portal.php index.php
This is IF your file to load the portal is called portal.php. If different, change the portal.php in your .htaccess to the name of the file you wish to load.
If that's too much for you to work out, (it's very easy), we can use a meta redirect.

Simple Portal as Homepage

Posted: 09 Oct 2011, 09:30
by Arnevb
I added it to my .htacces file, but it seems that nothing happens... The names 'index.php' and 'portal.php' are correct...

Simple Portal as Homepage

Posted: 09 Oct 2011, 10:02
by Stoker
Should work correct. Please post link to your board.

Simple Portal as Homepage

Posted: 09 Oct 2011, 10:17
by Arnevb

Simple Portal as Homepage

Posted: 09 Oct 2011, 11:28
by Stoker
Then it works: http://www.wrenchconnection.net/ leads to the portal as start page.

Simple Portal as Homepage

Posted: 09 Oct 2011, 13:38
by Arnevb
Ok, now it works! Big thanks Stoker and Vox!