Changing the landing page for all members from index.php

How can the landing page for all members be changed from index.php to say about_us.php ???

I don't want to use index.php and nor a redirect for logged-in members.

 

Please help!

 

Rich

This is my signature, there are many like it but this one is mine...
Quote · 5 Oct 2012

Anyone???

This is my signature, there are many like it but this one is mine...
Quote · 11 Oct 2012

Put this in the index.php just after check_logged()

if(!isMember()) {

header(Location: about_us.php);

}

so much to do....
Quote · 11 Oct 2012

Thanks bud

This is my signature, there are many like it but this one is mine...
Quote · 11 Oct 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.