Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2002 17:29:55 -0500
From:      "Marius Kirschner" <marius@agoron.com>
To:        "FreeBSD Questions" <freebsd-questions@FreeBSD.ORG>
Subject:   .htaccess
Message-ID:  <019601c1ba5e$1f273580$5ae9b5ce@quasi1>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?019601c1ba5e$1f273580$5ae9b5ce>