[pmwiki-users] Making the URL resolve to "Group/HomePage"

Eemeli Aro eemeli at gmail.com
Sun Sep 9 03:13:56 CDT 2007


On 9/7/07, Captain Smack <captainsmack at mail.com> wrote:
> Is there a way I can make www.example.com/Pengiuns go to www.example.com/Pengiuns/HomePage?

Try adding the following to your config.php:

$PagePathFmt = array('{$Group}.$1','$1.{$DefaultName}','$1.$1');

That ought to change the order in which PmWiki looks for pages to
prefer Group.HomePage before Group.Group.

eemeli



More information about the pmwiki-users mailing list