Fabiano Sidler wrote:
Hi folks! I have some troubles accessing a file by a browser, even if I've made it readable for all. The log message is the following:/some/path/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: [...]The .htaccess file does not exist and accessing files located at the upper directory works as usual. Where is the problem?
That'll be 'cos the operating system is denying apache access to read the directory it's looking in. The message is about .htaccess 'cos it looks for that first. That is also the reason why apache will run a great deal faster with AllowOverride None. -- Nick Kew --------------------------------------------------------------------- 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