Add PHP script to each page to check a session variable that is set when
the members log in. If the variable is not set, redirect them to the
login page.
An asp version of this (will not run on Unix, but it explains the idea)
is at
http://support.microsoft.com/default...b;en-us;825498
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support:
http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp
"mewalker at uwclub net" <mewalker at uwclub net> wrote in message
news:(E-Mail Removed):
> Because I have a site hosted on a Unix server albeit with FPSEs
> installed I have login to a sub web through a PHP script. This login is
> to enable only users with their own registered user names and passwords
> to access the sub web.
>
> However I can also access all the pages of the sub web by using their
> URL. By what process do I block this public access?