[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Qube3 .htaccess ignored on home/users/admin/web



Hello all,

I've created an .htaccess file, that works perfectly for my
home/groups/home/web directories.  If I use the url of:
https://www.mydomain.com/protected/index.php  I get prompted for the
user/password for my realm.

When I place the same file in the home/users/admin/web directory, for
some reason it's ignored.

I tried stopping at starting the httpd service, but no luck.

I am using the url of:  https://www.mydomain.com:81/protected/index.php

The only difference, of course, is the port, but shouldn't it still
prompt me for a password?  I have tried this on a computer that was
never used to connect to the URL, so I know it's not caching the
username and password.

My .htaccess file is:

	AuthUserFile /somewhere/.htpasswd
	AuthGroupFile /dev/null
	AuthName myprocess
	AuthType Basic

	Require user myuser


Can anyone give me some pointers?