.htaccess - permissions forbidden
Posted
by
user1732521
on Server Fault
See other posts from Server Fault
or by user1732521
Published on 2013-10-31T21:59:55Z
Indexed on
2013/11/01
3:57 UTC
Read the original article
Hit count: 573
I have an error with a new virtual host that I can't figure out.. My .htaccess doesn't have web access (403).
[Thu Oct 31 17:51:01 2013] [crit] [client ] (13)Permission denied: /srv/data_disk/www /site.dev/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
I have set the permissions for the complete htdocs folder to 755, and to owned by my regular user and group (www-data). I have other vhosts set up with the same user and lesser permissions (rw-rw---) on the .htaccess. The virtual hosts are also setup in the same way.. as far a I can tell..
Thanks!
© Server Fault or respective owner