|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Lose your application development headaches. Start developing and deploying applications with Advantage Database Server today. Download a 30-day trial for Free!
|
|
#1
|
|||
|
|||
|
Hello !!!
Does anybody know a "quick and dirty" way to protect a directory from beeing accesed with the browser, using a password protection ? Example: http://206.186.202.8 (something called CobaltCacheRaQ - I have no idea about what it is, i just gave it as example) Thanx !!! |
|
#2
|
|||
|
|||
|
1) /home/httpd/htdocs/private/.htaccess:
AuthName "Private Section" AuthType Basic AuthUserFile /home/httpd/.htpasswd require valid-user 2) /home/httpd/.htpasswd: username:encrypted_password username2:encrypted_password2 |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Password protection |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|