<div dir="ltr">I have a group with a large number of pages.<div><br></div><div>While I will redirect the home page of the group I'm going to simply rename the other 100+ pages behind the scenes.</div><div><br></div><div>

What I'd like to do is redirect all my pages, viz MyGroup.pagename to NewGroup.pagename.</div><div><br></div><div>I had the idea of adding the following to <a href="http://Site.PageNotFound">Site.PageNotFound</a></div>

<div><br></div><div>(:if equal "<span style="color:rgb(0,0,0);font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace;font-size:13px;line-height:19.50666618347168px;white-space:nowrap">{$RequestedGroup}" "MyGroup"</span>:)</div>

<div>(:redirect<font color="#000000" face="Lucida Console, Andale Mono, Courier New, Courier, monospace"><span style="line-height:19.50666618347168px;white-space:nowrap"> NewGroup.</span></font><span style="color:rgb(0,0,0);font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace;font-size:13px;line-height:19.50666618347168px;white-space:nowrap">{$RequestedPage}</span>:)<br>

(:ifend:)</div><div><br></div><div>The problem is that <a href="http://{$RequestedPage}" style="font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace;font-size:13px;line-height:19.50666618347168px;white-space:nowrap">{$RequestedPage}</a> returns <span style="color:rgb(0,0,0);font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace;font-size:13px;line-height:19.50666618347168px;white-space:nowrap">MyGroup.SomePage</span></div>

<div>How do I extract, or separate out MyGroup and SomePage</div><div><br></div><div>Or, can you suggest an alternative?</div><div><br></div><div>tia</div><div><br></div><div>Simon</div><div><br></div></div>