Forum Moderators: mack
Apache generaly does support htaccess but hosts can alter their configuration to turn on off certain features.
There are quite a lot of free scripts written in php or perl that are designed for password protecting pages or site areas. These might well be worth looking into. You could try a search at hotscripts or other script resource sites.
Mack.
The easiest way is to authenticate the users credentials on a login page and validate each page against the credentials stored in a session. The problem is that this needs to be done on each page.
This is one simple alternative - I'm sure that here'll be more!
HTH
In order to create the password file for Apache basic authentication, you need to run a utility which resides on the server itself. Contact your host and ask them to give you the path to that utility, and then use telnet (or similar) to log in to the server and create or update the password file.
Ref: [httpd.apache.org...]
Jim
[cgi-central.net...]