Simple Portal as Homepage

Download and support for PhpBB3 Simple Portal
Locked
User avatar
Arnevb
BBCoder III
BBCoder III
Posts: 98
Joined: 08 Oct 2011, 18:23
BBCodes: 8
Location: Belgium
Contact:

Simple Portal as Homepage

Post by Arnevb »

Dear Phpbb3bbcodes.com,

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

Arne
User avatar
Vox Populi
BBCoder III
BBCoder III
Posts: 135
Joined: 27 Jul 2011, 15:44
BBCodes: 51
Favourite BBCode: YouTube
Favourite MOD: mChat, Welcome on Index
Location: Index,WA
Contact:

Simple Portal as Homepage

Post 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.
Be who you are and say what you feel.
Those who mind don't matter.
Those who matter don't mind.
- Dr. Seuss
User avatar
Arnevb
BBCoder III
BBCoder III
Posts: 98
Joined: 08 Oct 2011, 18:23
BBCodes: 8
Location: Belgium
Contact:

Simple Portal as Homepage

Post by Arnevb »

I added it to my .htacces file, but it seems that nothing happens... The names 'index.php' and 'portal.php' are correct...
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Simple Portal as Homepage

Post by Stoker »

Should work correct. Please post link to your board.
Board rules! No PM support
User avatar
Arnevb
BBCoder III
BBCoder III
Posts: 98
Joined: 08 Oct 2011, 18:23
BBCodes: 8
Location: Belgium
Contact:

Simple Portal as Homepage

Post by Arnevb »

User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Simple Portal as Homepage

Post by Stoker »

Then it works: http://www.wrenchconnection.net/ leads to the portal as start page.
Board rules! No PM support
User avatar
Arnevb
BBCoder III
BBCoder III
Posts: 98
Joined: 08 Oct 2011, 18:23
BBCodes: 8
Location: Belgium
Contact:

Simple Portal as Homepage

Post by Arnevb »

Ok, now it works! Big thanks Stoker and Vox!
Locked