If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
is there any way to password protect my webserver folder so that upon visiting it on the web, someone would have to enter a password to open the page?
alternatively, is it possible to protect a particular folder within my webserver?
thanks
Originally posted by brapper: is there any way to password protect my webserver folder so that upon visiting it on the web, someone would have to enter a password to open the page?
alternatively, is it possible to protect a particular folder within my webserver?
thanks
Yes, the apache mod_auth plugin supports it using .htaccess and .htpasswd files.