Re: .htaccess in Sarge [solved]

2006-04-18 Thread Hans du Plooy
On Tue, 2006-04-18 at 08:19 -0400, Roberto C. Sanchez wrote: > Do you have an "AllowOverride None" directive anywhere in your > apache2.conf? If so, you can allow the authentication like so: > > > AllowOverride AuthConfig > Right on the money - thanks a lot! Hans -- To UNSUBSCRIBE, email

Re: .htaccess in Sarge

2006-04-18 Thread Roberto C. Sanchez
Hans du Plooy wrote: > Hi guys, > > I'm not sure what I'm missing. I migrated some web apps from a SLES9 > box to a Sarge box, and all is fine, except one page that is protected > by a .htaccess file. > > Apache2 simply doesn't see it - nothing in the logs, and no password > prompt. > > Here is