[pmwiki-users] Changing the HomePage.

Patrick R. Michaud pmichaud at pobox.com
Fri Mar 30 08:52:53 CDT 2007


On Fri, Mar 30, 2007 at 05:28:52PM +1000, Mega Mario wrote:
> Is there a way to redirect PmWiki from 
> http://-DOMAIN-.com/wiki/index.php/Main.HomePage when you visit the wiki?
> 
> I want the homepage to be http://-DOMAIN-.com/wiki/index.php/Main.WikiHome .

You probably want to set $DefaultPage in your config.php:

    $DefaultPage = 'Main.WikiHome';

You might also want to change Main.HomePage to contain:

    (:redirect Main.WikiHome:)

Pm



More information about the pmwiki-users mailing list