A call to the sitemap – that is properly created and shown – creates an error on my server error log:

[Sat Feb 12 18:57:02 2011] [crit] [client my.ip.addre.ss] (13)Permission denied: /website_basedir/drupal/sites/all/modules/xmlsitemap/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: http://mydomain.com/sitemap.xml

As far as I recognize, there is no such a file…

What could it be causing this error…?

Comments

dave reid’s picture

Status: Active » Postponed (maintainer needs more info)

I'm not sure why this would happen?

Anonymous’s picture

The .htaccess would be hidden in the file list unless you use the -a option to the ls command. If you copied or moved the files you may have missed it since it is hidden and the cp and mv commands would not pick it up.

tomgf’s picture

No, earnie. I double checked if there were any .htaccess on the xmlsitemap directory (I redownloaded the module) and there's no one.

I'll keep looking…