This works with all 3.3, 3.2, 3.1, 3.0 based sites and probably more. In your root folder, usually public_html, open initdata.php and find: if ( ! defined( 'IPS_DEFAULT_PUBLIC_APP' ) ){define( 'IPS_DEFAULT_PUBLIC_APP', 'forums' );}And replace with: if ( ! defined( 'IPS_DEFAULT_PUBLIC_APP' ) ){define( 'IPS_DEFAULT_PUBLIC_APP', 'blogs' );}Change 'blogs' to whatever app you want to use as a homepage. Then save and upload. Credit goes to invisionpower for this. Original post on FC by Justin™