.htaccess problem with Apache 2.0.40

2003-08-14 Thread teddy
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 emailing you to find out if there is a problem

Re: .htaccess problem with Apache 2.0.40

2003-08-12 Thread DUFFER
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

Re: .htaccess problem with Apache 2.0.40

2003-08-12 Thread MKlinke
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

Re: Re: .htaccess problem with Apache 2.0.40

2003-08-10 Thread edukes
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

Re: .htaccess problem with Apache 2.0.40

2003-08-08 Thread David Hart
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

Re: .htaccess problem with Apache 2.0.40

2003-08-06 Thread teddy
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