Solved the French &quot;Accueil&quot; issue a while back but here&#39;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 = &#39;HomePage&#39;;
<br>but beginning didn&#39;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&#39;t want to see it 
twice.But now it seems I&#39;m stuck with it.Can&#39;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(&#39;!^Gefeltefish[./]!&#39;, $pagename))
<br>&nbsp;$DefaultName = &#39;HomePage&#39;;<br><br>Is it doomed because I opened Gefeltefish/Gefeltefish without paying attention?<br><br>ANy help appreciated ...<br><br>Don<br>