Forbidden 403
Форум — Admin
Прошу о помощи!Недавно установила apache, но после установления тестового сервера всегда получаю ошибку 403 forbidden. Смотрела конфигурационные настройки, пыталась их изменить, но ничего не вышло.
<Directory />
Options FollowSymLinks
AllowOverride None
Require all denied
</Directory>
<Directory /usr/share>
AllowOverride None
Require all granted
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
<Directory /home/user/public_html>
AllowOverride All
Require all granted
</Directory>
<Directory /home/anastasiya/folder_public_html>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
# AccessFileName: The name of the file to look for in each directory
# for additional configuration directives. See also the AllowOverride
# directive.
#
AccessFileName .htaccess
#
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
#
<FilesMatch "^\.ht">
Require all granted
AllowOverride None
</FilesMatch>
При просмотре log следующая ошибка: authz_core:error. <