[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] [raq4] htaccess
- Subject: RE: [cobalt-users] [raq4] htaccess
- From: BSmith@xxxxxxxxxxx
- Date: Tue Dec 17 09:02:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Gerald Waugh [mailto:gwaugh@xxxxxxxxxxxxxxxxxxxxxxx]
Sent: Tuesday, December 17, 2002 11:53 AM
To: cobalt-users
Subject: [cobalt-users] [raq4] htaccess
This is really lame, but I have a RaQ4 that will not allow htaccess
Now, I have many RaQ4's that do..
I have compared the files between a good server and this one, I see no
diff. in any of the files.
Now what am I missing?
The thing has webalizer on it and none of the stats directories work
either.
I don't need a .htaccess how2,
It must have something to do with Auth
Gerald
--
http://frontstreetnetworks.com | http://raqware.com
AFront Street Networks LLC | Phone: +1 203-785-0699
229 Front Street, Ste. C, New Haven, CT. 06513-3203
_____________________________________
You have done the diff on your srm.conf / access.conf files right?
Is it a directory inside of a site dir?
Does it affect every site?
Build a basic .htaccess, point it to a .htpasswd file:
order allow,deny
allow from all
require valid-user
Authname "Go Away Dude!"
Authtype Basic
AuthUserFile /home/sites/sitename/.htpasswd
(Build your .htpasswd = htpasswd -c .htpasswd username)
Does it work that way?