Posted on Oct 15, 2008
(permalink)
interesting, thanks for the reply. I actually acheived the same functionality by setting permissions for Everyone to Deny cms access, and handled the permissions exception by forwarding them to an offline page. works pretty well,
but what I want to do is enable the LIVE public end site to only administrators, where the public (not logged in) users would see an offline message. I'm guessing that I could take the same approach as your handler, but instead use a check to see if the user is logged in, does that sound right?