[pmwiki-users] pmwiki does not recognize $DefaultPage =
Brian
brianbashi at gmail.com
Tue Dec 19 16:29:20 CST 2006
Hello pmwiki-users,
I added $DefaultPage = 'Groupname.Pagename'; to the config.php, but
it still loads at Main.HomePage. Moving the line to the top didn't
help either. I know the new page exists because I created it
manually. Does anyone know what might be wrong?
Here is a part of my config.php:
<?php if (!defined('PmWiki')) exit();
$DefaultPage = 'Stocks.Home';
$EnableAccessCode = 1;
$AuthUser['brian'] = crypt('***');
include_once("$FarmD/cookbook/zap.php");
include_once("$FarmD/cookbook/zapfiles.php");
include_once("$FarmD/cookbook/commentboxplus.php");
include_once("$FarmD/cookbook/edittitle.php");
include_once("$FarmD/cookbook/spacewikiwords.php");
include_once("$FarmD/cookbook/pmfeed.php");
include_once("$FarmD/scripts/authuser.php");
$EditTitle = 1;
$PageEditForm = 'Site.EditForm';
$EnablePathInfo = 1;
--
Best regards,
Brian
More information about the pmwiki-users
mailing list