|
Home > Archive > Apache Server configuration support > January 2007 > Password protection of website...
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Password protection of website...
|
|
|
| I am trying to password protect aspects of my website. Is there an Apache
feature that works with HTML to do this?
| |
|
| 360 <360@360.com> wrote in news:C1C4724B.11B9%360@360.com:
> I am trying to password protect aspects of my website. Is there an Apache
> feature that works with HTML to do this?
>
>
Yes. RTFM about security, htaccess files, and configuration files,
----== Posted via webservertalk.com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.webservertalk.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
| |
|
|
360 wrote:
> I am trying to password protect aspects of my website. Is there an Apache
> feature that works with HTML to do this?
Apache Basic Authentication is the simplest way to go.
for apache 2.0, read up about it here:
http://httpd.apache.org/docs/2.0/howto/auth.html
|
|
|
|
|