I had some similar problems with REDHAT 9.0.
in your httpd.conf file under the Diretory settings
(sorry I do not have my notes on this at this computer)
I think it is AllowOverride None.
As you scroll down through your httpd.conf file you will find the first
instance of the line.
Go passed it unt
On Wednesday 06 August 2003 10:07, teddy wrote:
> I'm sending this email because I've spent countless hours trying to
> figure out why the .htaccess on my webserver doesn't do anything at
> all. I've read some tutorials and howtos on how to get password
> protection on different parts of my website
I'm not sure what you are doing wrong. I followed this example and had no problems:
http://httpd.apache.org/docs/howto/auth.html
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list
On Wed, 2003-08-06 at 11:07, teddy wrote:
> I'm sending this email because I've spent countless hours trying to figure
> out why the .htaccess on my webserver doesn't do anything at all. I've read
> some tutorials and howtos on how to get password protection on different
> parts of my website. I
Mike, Thanks alot, I didn't have the permissions correct on .htaccess
and .htpasswd files.. thanks again
-- Original Message ---
From: MKlinke <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent: Wed, 6 Aug 2003 10:12:48 -0500
Subject: Re: .htaccess problem with Apache 2