<div dir="ltr">Experimenting with categories, and seems to be going well, but wanted to set the default page as Category.Categories rather than Category.Category or Category.HomePage. Did a group config file Category.php including the following lines but the site still wants to call Catagory.Category. Not the first group config I've done so thought it would be simple. Snippets below:<br><br><?php if (!defined('PmWiki')) exit();<br>include_once('scripts/feeds.php');<br>if (preg_match('!^Category[./]!', $pagename))<br> $DefaultName = 'Categories';<br><br>##  $WikiTitle is the name that appears in the browser's title bar.<br>$WikiTitle = 'PanAfriL10n wiki categories';<br>$Group = 'Category';<br>$Name = 'Categories';<br>$LogoTagline = 'Category';<br></div>