[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Qube3 .htaccess ignored on home/users/admin/web
- Subject: RE: [cobalt-users] Qube3 .htaccess ignored on home/users/admin/web
- From: "Earl" <earl@xxxxxxxxxxxxxxxx>
- Date: Wed Sep 25 09:18:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Thanks, I'll check out the AllowOverride.
You are correct, the admserv is listening on port 81.
But, I'm not getting any error, the problem is that the page displays
without prompting for a user/password. It's ignoring the .htaccess
file.
Thanks,
Earl
-----Original Message-----
From: cobalt-users-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-users-admin@xxxxxxxxxxxxxxx] On Behalf Of Jolley, Carl
Sent: Wednesday, September 25, 2002 11:49 AM
To: 'cobalt-users@xxxxxxxxxxxxxxx'
Subject: RE: [cobalt-users] Qube3 .htaccess ignored on
home/users/admin/web
-----Original Message-----
From: Earl
Sent: Wednesday, September 25, 2002 11:28 AM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: [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?
--------------------
It's probably caused by the port number. Who's (what web server) is
listening on port 81? Generally that's your admserv http server. Have
you tried it without specifing port 81? Remember, the URI
/protected/index.php will be expected to be in the DocumentRoot of
whichever server is listening to port 81. What sort of error message are
you getting when you try to use the URL? Is your admserv httpd server
running?
Does the setting of AllowOverride (not sure which .conf it may be in)
permit the use of an .htaccess file for that particular directory?
_____________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
http://list.cobalt.com/mailman/listinfo/cobalt-users