On Sun, Mar 05, 2006 at 01:21:07AM +0100, Åsa Rosenberg wrote:
> Hello!
> Here's a noob-quiz for ya: How do I change the default page displayed by
> pmwiki.php?
> I want it to go to another page than Main.HomePage, for example Hem/Hem.
> (Building the site with swedish words)
In local/config.php, set:
$DefaultPage = 'Hem.Hem';
Pm