Date: Fri, 17 Sep 1999 13:28:51 -0700 From: "Kelsey Cummings" <kc@neteze.com> To: <freebsd-isp@freebsd.org> Subject: apache .htaccess problems (not really fbsd problem) Message-ID: <139b01bf014b$41084820$33f9c9d0@neteze.com>
next in thread | raw e-mail | index | archive | help
I've had some curious problems with apache's .htaccess. A directory "/test" contains an .htaccess which is configured so as to require a valid user. This works as expected. However, when accessing a subdirectory "/test/user" it must reauthenticate. This happens on a number of different computers/browsers/os's so I'm sure its the server and not something in the browser. I'm running 3.2-release with apache 1.3.6 from the ports tree. TIA. The .htaccess is: AuthName "UserNameTheory" AuthType Basic AuthUserFile /home/kgc/www/.htpasswd-test AuthGroupFile /dev/null DirectoryIndex test.cgi <Limit GET> require validuser </Limit> ----------------------------------------------------------------- Kelsey Cummings System Administrator NetEase, Inc. kc@neteze.com ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?139b01bf014b$41084820$33f9c9d0>