.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable

I don't mean to hijack a thread but I am having the same issue just one domain under the user. They have like 7 or 8 domains that work just find. I am moving this user over to DA and keep getting:

[crit] [client 1.2.3.4] (13)Permission denied: /home/user/domains/domain.com/public_html/.htaccess pcfg_o
penfile: unable to check htaccess file, ensure it is readable

I have ran the permission script to no avail any ideas?
 
Are you running mod_ruid2? suPhp or CLI?

It's usually just a permission issue somewhere in the paths, run:
Code:
cd /home
ls -lad /home
ls -lad user
ls -lad user/domains
ls -lad user/domains/public_html
ls -la user/domains/public_html/.htaccess
and tell us what you find.

Also related:
http://help.directadmin.com/item.php?id=363

John
 
Back
Top