Dear Phpbb3bbcodes.com,
How do i make my 'Simple Portal' page my homepage?
Arne
Simple Portal as Homepage
- Vox Populi
- 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
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.
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.
Code: Select all
DirectoryIndex portal.php index.php
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
Those who mind don't matter.
Those who matter don't mind.
- Dr. Seuss
Simple Portal as Homepage
I added it to my .htacces file, but it seems that nothing happens... The names 'index.php' and 'portal.php' are correct...
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Simple Portal as Homepage
Should work correct. Please post link to your board.
Board rules! No PM support
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Simple Portal as Homepage
Then it works: http://www.wrenchconnection.net/ leads to the portal as start page.
Board rules! No PM support
Simple Portal as Homepage
Ok, now it works! Big thanks Stoker and Vox!