Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2004 00:07:05 -0400
From:      Glenn Sieb <ges@wingfoot.org>
To:        Noah <admin2@enabled.com>, freebsd-questions@freebsd.org
Subject:   Re: .htaccess in subdir of /usr/home/<username>/public_html
Message-ID:  <40835069.3090108@wingfoot.org>
In-Reply-To: <20040419010449.M37374@enabled.com>
References:  <20040418231354.M545@enabled.com> <40830EC8.2070608@wingfoot.org> <20040419010449.M37374@enabled.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Noah said the following on 4/18/2004 9:15 PM:

>On Sun, 18 Apr 2004 19:27:04 -0400, Glenn Sieb wrote
>  
>
>>Heya Noah!
>>
>>Noah said the following on 4/18/2004 7:19 PM:
>>
>>    
>>
>>>-rw-r-----  1 <username>  <username>  21 Apr 18 16:09
>>>/usr/home/<username>/.htpasswd
>>> 
>>>
>>>      
>>>
>>Unless you're running Apache as <username>, then the .htaccess file 
>>needs to be world-readable..
>>
>>    
>>
>
>the .htaccess file was/is world-readable so that does not appear to be the
>issue.  I arrive at the subdir without any password prompt.
>
>any other ideas of what I need check.
>  
>

Well--looking at your cut there, it's owner & group readable only.

It'd look like: -rw-r--r-- if it were world readable, guy. Do this:

chmod 644 .htaccess

Glenn



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40835069.3090108>