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

mohammad6006

Verified User
Joined
Aug 2, 2013
Messages
13
i have this problem : (13)Permission denied: /home/username/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable

i read this help : http://help.directadmin.com/item.php?id=363

but in grep ^access: /etc/group:
access:x:503:nobody,mail,majordomo,daemon,ftp,apache

id apache
uid=498(apache) gid=500(apache) groups=500(apache),503(access)

dr-xr-x---. 9 webapps apache 4.0K Nov 27 20:22 www

drwxr-xr-x. 5 root root 4.0K Nov 28 02:24 html

cat /etc/httpd/conf/httpd.conf | grep Group
Group apache
 
Last edited:
What is the output of:
Code:
ls -al /home/username/.htaccess

Note that I've moved the thread as it's likely a user related issue.

Jeff
 
DirectAdmin doesn't install an .htaccess file when it creates a user. It won't exist unless you create it, run a script that creates it, or perform a function in the DirectAdmin file user level files section which creates it.

If you didn't do any of those things the file doesn't exist.

Jeff
 
Back
Top