Forum Moderators: phranque
I have specified the access file to be .htaccess
.htaccess does indeed exist in my root directory
As a test, I have this in the .htaccess file:
RewriteEngine On
ErrorDocument 404 /404.shtml
When going to a bogus page, I get the IE 404 page. So it seems that .htaccess is just being completely ignored. In the apache error log, I found one entry that has to do with htaccess:
[Fri Mar 21 14:55:05 2003] [error] [client 127.0.0.1] client denied by server configuration: c:/mysite/public_html/.htaccess
Anyone have any idea what could possibly be going on here? Other than this, everything works just fine.
-brian
-brian