Schalk Cronje on Tue, 1 Aug 2000 19:30:28 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: GLUG: Passwording a subdir in Apache


IN .htaccess or in <Directory> in httpd.conf

  AuthUserFile /path/to/a/passwordfile/not/in/webspace
  require valid-user

Gen the password file with htpasswd

> Graeme Walker wrote:
> 
> Hi
> 
> I would like to password protect a subdir so anyhting after
> http://www.domain.co.za/private would be password protected. but the rest
> of the site is available.
> 
> Thanks
> 
> Graeme
>