Protect Web Page

J

John Glueck

How can I protect a web page with a user/password on a
Unix web server? I have found some good applications
using ASP, but this NOT supported in Unix. I am using
FP2003.

John
 
K

Kevin Spencer

The easiest way is to put it into a sub-web with unique permissions. You can
then add any password-protected pages to that sub-web. Otherwise, you may
have to go with a database back-end using PHP or some other server-side
programming technology.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
T

Tom Miller

John Glueck said:
How can I protect a web page with a user/password on a
Unix web server? I have found some good applications
using ASP, but this NOT supported in Unix. I am using
FP2003.
And what web-server? While Perlmongers claim you can do anything with
Perl, it still has to live within the webserver. I like the idea of putting
it in a sub-directory and then using Php/Perl to allow userid/password
protection. The problem is, unless the sub-directory is file-access
protected, and/or you somehow don't allow the file-path to be seen anyplace,
your going to have problems.... Might try www.hotscripts.com for some code
ideas.

Tom
 
S

Steve Easton

It's done with a .htaccess file in the protected folder and .htpasswd file above the root of the web
or in the _vti_bin folder.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top