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

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -