Re: [users@httpd] htaccess file trouble

2012-11-01 Thread Ben Johnson
block, as 2.4 uses a different syntax. Good luck! -Ben > -Original Message- > From: Ben Johnson [mailto:b...@indietorrent.org] > Sent: Thursday, November 01, 2012 1:44 PM > To: users@httpd.apache.org > Subject: Re: [users@httpd] htaccess file trouble > > > > On 11/1/20

RE: [users@httpd] htaccess file trouble

2012-11-01 Thread Marc Fromm
: [users@httpd] htaccess file trouble On 11/1/2012 4:31 PM, Marc Fromm wrote: > I have some .htaccess files in directories in /var/www/html which work > great. > > I create an .htaccess file in /var/www/secure/html/phpPgAdmin/ but it > is being ignored. > > > &g

RE: [users@httpd] htaccess file trouble

2012-11-01 Thread Marc Fromm
AllowOverride set to All in the /etc/httpd/conf/httpd.conf file Is there a yum repository for this mod_info? Thanks -Original Message- From: Ben Johnson [mailto:b...@indietorrent.org] Sent: Thursday, November 01, 2012 1:44 PM To: users@httpd.apache.org Subject: Re: [users@httpd

Re: [users@httpd] htaccess file trouble

2012-11-01 Thread Ben Johnson
On 11/1/2012 4:31 PM, Marc Fromm wrote: > I have some .htaccess files in directories in /var/www/html which work > great. > > I create an .htaccess file in /var/www/secure/html/phpPgAdmin/ but it is > being ignored. > > > > I checked all the common mistakes like misspelled, syntax, and > All