Page with password

G

Grumpy Aero Guy

Sorry if I'm re-hashing here..... BUT:

I am hosting a FP2003 web at a commercial hosting provider.

I would like one page to require a "password" to be viewed. There's NO WAY
to do this in FP + Commercial web hoster without having the PROVIDER set
permissions?
 
T

Thomas A. Rowe

1. FP can not be used to set a single page with login restrictions, if you host allows you to create
a subweb / subsite and then you could set unique permissions, then you can place the single and all
related content into this subweb / subsite. You need to contact them.

2. You can learn to hand code in a server-side scripting language, then you could password protect a
page individual or for a group to have unique logins, you would need to use a database.

3. If hosted on Unix/Linux you might be able to use the .htaccess file to set permissions on a
single page. I know that you can do it for a folder.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top