Solved the French "Accueil" issue a while back but here's a more annoying because more basic problem (also because it may stem from a mistake I made in a rush):<br><br>I opened a new wikigroup with the <br>$Name = 'HomePage';
<br>but beginning didn't notice that the software fed me a page with the same name as the group when I begana editing:<br>Gefeltefish/Gefeltefish<br>instead of<br>Gefeltefish/HomePage<br><br>No matter how much we like the group name we don't want to see it
twice.But now it seems I'm stuck with it.Can't get it to default to HomePage<br><br>Tried this workaround from the experience with Accueil to force the matter, but even that did not work:<br>if (preg_match('!^Gefeltefish[./]!', $pagename))
<br> $DefaultName = 'HomePage';<br><br>Is it doomed because I opened Gefeltefish/Gefeltefish without paying attention?<br><br>ANy help appreciated ...<br><br>Don<br>