Re: [EMAIL PROTECTED] .htaccess file not read

2008-01-18 Thread Krist van Besien
On Jan 18, 2008 5:25 PM, Joe <[EMAIL PROTECTED]> wrote: > Running Apache 2.2 on Debian sid. In my httpd.conf I have the following: > > AccessFileName .htaccess > AllowOverride All > > In my web root I have a .htaccess file with a simple rewrite rule but > nothing gets rewritten > > If I cut & past

[EMAIL PROTECTED] .htaccess file not read

2008-01-18 Thread Joe
Running Apache 2.2 on Debian sid. In my httpd.conf I have the following: AccessFileName .htaccess AllowOverride All In my web root I have a .htaccess file with a simple rewrite rule but nothing gets rewritten If I cut & paste the rewrite rule into a section in httpd.conf then the rewrite works