From owner-freebsd-questions@FreeBSD.ORG Sun Apr 18 21:07:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 635B816A4CE for ; Sun, 18 Apr 2004 21:07:20 -0700 (PDT) Received: from wingfoot.org (caduceus.wingfoot.org [64.32.179.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B3BD43D31 for ; Sun, 18 Apr 2004 21:07:20 -0700 (PDT) (envelope-from ges@wingfoot.org) Received: from localhost (localhost.wingfoot.org [127.0.0.1]) by wingfoot.org (Postfix) with ESMTP id 9FA2B1F44AA; Mon, 19 Apr 2004 00:07:19 -0400 (EDT) Received: from wingfoot.org ([127.0.0.1]) by localhost (caduceus.wingfoot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26360-08; Mon, 19 Apr 2004 00:07:18 -0400 (EDT) Received: from wingfoot.org (ool-44c47f78.dyn.optonline.net [68.196.127.120]) by wingfoot.org (Postfix) with ESMTP id F08701F44A7; Mon, 19 Apr 2004 00:07:17 -0400 (EDT) Message-ID: <40835069.3090108@wingfoot.org> Date: Mon, 19 Apr 2004 00:07:05 -0400 From: Glenn Sieb User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Noah , freebsd-questions@freebsd.org References: <20040418231354.M545@enabled.com> <40830EC8.2070608@wingfoot.org> <20040419010449.M37374@enabled.com> In-Reply-To: <20040419010449.M37374@enabled.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at wingfoot.org Subject: Re: .htaccess in subdir of /usr/home//public_html X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2004 04:07:20 -0000 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 21 Apr 18 16:09 >>>/usr/home//.htpasswd >>> >>> >>> >>> >>Unless you're running Apache as , 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