Simple Portal as Homepage

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Simple Portal as Homepage

Post by Arnevb »

Dear Phpbb3bbcodes.com,

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

Arne

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.

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...

Simple Portal as Homepage

Post by Stoker »

Should work correct. Please post link to your board.

Simple Portal as Homepage

Post by Stoker »

Then it works: http://www.wrenchconnection.net/ leads to the portal as start page.

Simple Portal as Homepage

Post by Arnevb »

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