On Sat, Jul 30, 2005 at 07:17:10PM -0700, John W Morris wrote:
> How do you (or can you) specify to pmwiki which page is loaded at startup
> when no page is specified in the URL? Right now I get Main/HomePage.
In local/config.php:
$DefaultPage = 'Group.SomeOtherPage';
Pm