On Thu, Mar 20, 2014 at 08:24:32PM +1300, Simon wrote:
> I had the idea of adding the following to Site.PageNotFound
>
> (:if equal "{$RequestedGroup}" "MyGroup":)
> (:redirect NewGroup.{$RequestedPage}:)
> (:ifend:)
Why not just do a (:redirect:) inside of MyGroup.GroupHeader ?
(:redirect NewGroup.{$Name} :)
Pm