Forum Moderators: mack
I am looking for a simple (?) solution to password protect a directory for an online fan club. Members need to be able to move freely once in the directory (i.e. I don't want them to have to enter their username/password each time they're clicking on a new page within the fan club).
I also posted on General (similar but not same post) as I am also considering the use of a membership site software. However, I'd actually prefer a password protected directory solution.
Please note: Each member should have his/her own username/password combination. And I need to be able to set up a username/password combination for up to 500 users.
Help would be greatly appreciated.
Are you using Apache as a server? htpasswd [httpd.apache.org] would be a convenient solution if that's the case.
I appreciate your response. I don't know if it's an Apache server. I'm actually trying to help someone who owns the site, and the server people aren't exactly forthcoming.
I'm trying to avoid anything in which I'll have to communicate to much with the provider.
Are there other options?
I appreciate your response. I don't know if it's an Apache server. I'm actually trying to help someone who owns the site, and the server people aren't exactly forthcoming.
I'm trying to avoid anything in which I'll have to communicate to much with the provider.
Are there other options?
In the most general sense, if the site is using a scripting language such as ASP/PHP, then you can redirect all requests within /folder/ to a login screen.