Dear Phpbb3bbcodes.com,
How do i make my 'Simple Portal' page my homepage?
Arne
Simple Portal as Homepage
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
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
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.
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...
Simple Portal as Homepage
Then it works: http://www.wrenchconnection.net/ leads to the portal as start page.