On Feb 6, 2008 11:50 AM, Tony Stevenson <tony@xxxxxxxxxxx> wrote: > > Joshua Slive wrote: > > On Feb 6, 2008 11:18 AM, Alexandre Leray <newsletters@xxxxxxxxxxxxxxxxxx> wrote: > >> Hey, > >> > >> I didn't solve my apache error : > >> > >> [Mon Feb 04 18:15:36 2008] [crit] [client 127.0.0.1] (13)Permission > >> denied: /mnt/stock/www/techday/htdocs/test.html/.htaccess pcfg_openfile: > >> unable to check htaccess file, ensure it is readable > >> > >> Of course test.html is a HTML file, and not a folder. > > > > The quick fix is to set AllowOverride off everywhere in your > > configuration. If you need to use .htaccess files, then you'll need to > > fix the unix permissions that prevent apache from checking for the > > existence of .htaccess. > > > (13)Permission Denied. Indicates a file permissions problem. Make sure > that Apache can read the file(s) and directories being accessed. > > See http://wiki.apache.org/httpd//13PermissionDenied Actually, the more appropriate page is the one I just added: http://wiki.apache.org/httpd/PcfgOpenfile This is probably some issue with your file-system, but it can be fixed by using AllowOverride to turn off .htaccess processing. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx