Home All Groups Group Topic Archive Search About
Author
3 Feb 2009 5:37 PM
Mr. X.
Hello.
I want that my html page will be enable for specific users (by user +
password).
How can I do that ?
How can I do that per folder (when someone open a folder, it will be prompt
for user + password) ?

Thanks :)

Author
7 Feb 2009 5:19 PM
DaveMo
On Feb 3, 9:37 am, "Mr. X." <no_spam_please@nospam_please.com> wrote:
> Hello.
> I want that my html page will be enable for specific users (by user +
> password).
> How can I do that ?
> How can I do that per folder (when someone open a folder, it will be prompt
> for user + password) ?
>
> Thanks :)

X,

Simply change the security permissions on the .html file to only
specify who you you intend to have access to the file. You don't say
whether your site is for internal (Active Directory) users or an
internet scenario, and there are differences in how you might design
the authentication piece. For internal sites with Active Directory you
wouldn't normally want the user to be prompted for username/password,
instead you want to rely on the credentials that were used when the
user logged on to their workstation.

HTH,
Dave