.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

Re: htaccess Problem

2002-12-04 Thread beno
At 10:05 AM 12/4/2002 -0800, you wrote: --On Wednesday, December 04, 2002 01:32:55 PM -0400 beno <[EMAIL PROTECTED]> wrote: Happy day! That works. Now: why doesn't my .htaccess file work? It's as if I hadn't installed it at all. Here's everything again: Have you set up the directory in your

Re: htaccess Problem

2002-12-04 Thread Tom Eastep
--On Wednesday, December 04, 2002 01:32:55 PM -0400 beno <[EMAIL PROTECTED]> wrote: Happy day! That works. Now: why doesn't my .htaccess file work? It's as if I hadn't installed it at all. Here's everything again: Have you set up the directory in your httpd.conf file with "AllowOverride Au

Re: htaccess Problem

2002-12-04 Thread beno
At 07:01 AM 12/4/2002 -0800, you wrote: It sounds like there is another reason it's denied. I would check the following: Directory permissions (read/execute by all) file permissions (same) .htaccess permissions (same) password.file permissions (same) Happy day! That works. Now: why doesn't my

Re: htaccess Problem

2002-12-04 Thread Jonathan Bartlett
It sounds like there is another reason it's denied. I would check the following: Directory permissions (read/execute by all) file permissions (same) .htaccess permissions (same) password.file permissions (same) Also check error_log and see if more info is available. Jon On Wed, 4 Dec 2002, ben

htaccess Problem

2002-12-04 Thread beno
Hi; I've created a file like this: htpasswd -c password.file webmaster htpasswd password.file steve and now I have this file: /home/httpd/cgi/client/password.file Then I go here: /home/httpd/vhosts/client/Store/maint and create this file: .htaccess with these contents: AuthUserFile /home/h