Hi Sir See my comment below. On Thu, 29 May 2003, Loeung Vidol wrote: > Thank you. I tried but it still did not work for me. > Any more ideas, please? > > Regards, > > ----- Original Message ----- > From: "Marius Andreiana" <mandreiana@xxxxxxxxxx> > To: "shrike-list" <shrike-list@xxxxxxxxxx> > Sent: Wednesday, May 28, 2003 12:32 PM > Subject: Re: Apache 2 Basic Authentication? > > > > On Jo, 2003-05-29 at 07:47, Loeung Vidol > > > AuthName "Top Web Secrets" > > > AuthType Basic > > > AuthUserFile /etc/httpd/.htpasswd The first slash / of the pathname of your .htpasswd file, should also be the root of your web server, as shown by the "$DOCUMENT_ROOT" PHP variable. In other words, this variable value will be added before this first slash, so the web server be able to get the correct file pathname. Indeed you specified the .htpasswd pathname as if the web server was aware of the entire file system of your machine, which is not the case. Sincerely yours. Best regards. Jean Francois Ortolo