php - Forbidden You don't have permission to access / on this server. Server unable to read htaccess file, denying access to be safe -
right i'm getting message in single site of whole reseller account: forbidden
you don't have permission access / on server. server unable read htaccess file, denying access safe
additionally, 403 forbidden error encountered while trying use errordocument handle request.
it happened of sudden. tried renaming root htaccess else, , error still there, tried setting 744 permissions file, still same thing. file using default files permissions, 644. error ocuring at: http://lucrebem.com.br
you need add <directory
block apache config
<directory "/path/to/source/file/directory/www"> options indexes followsymlinks allowoverride require granted </directory>
this grants required permission
Comments
Post a Comment