From owner-freebsd-questions Wed Feb 20 14:31: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tao.agoron.com (tao.agoron.com [206.181.233.66]) by hub.freebsd.org (Postfix) with ESMTP id 6453337B4E8 for ; Wed, 20 Feb 2002 14:29:54 -0800 (PST) Received: from quasi1 (quasi.shredco.com [206.181.233.90]) by tao.agoron.com (8.9.3/8.9.3) with ESMTP id RAA25813 for ; Wed, 20 Feb 2002 17:29:53 -0500 (EST) From: "Marius Kirschner" To: "FreeBSD Questions" Subject: .htaccess Date: Wed, 20 Feb 2002 17:29:55 -0500 Message-ID: <019601c1ba5e$1f273580$5ae9b5ce@quasi1> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm pulling my hair here....can't get .htaccess to work properly. If I do http://www.web.com/~joedoe/secure it WORKS But if I have a virtual web site's document root point to /usr/home/joedoe/html and do a http://www.virtualweb.com/secure it DOESN'T work! The .htaccess and .htpasswd files are in the /usr/home/joedoe/secure directory, but if I go there using the virtual domain name it by-passes the .htaccess file. The .htaccess looks like that: AuthUserFile /usr/home/joedoe/html/secure/.htpasswd AuthName "Private" AuthType Basic require user vippy Satisfy any Any clues? Thanks, ---Marius To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message