Skip to content

Commit

Permalink
AllowOverride для конфигурации с апачем
Browse files Browse the repository at this point in the history
Разрешил AllowOverride в конфигурации с APACHE
Иначе выдавало access denied при обращении к сайту на битриксе
  • Loading branch information
rasperepodvipodvert committed Jul 30, 2018
1 parent 1f88ef6 commit 301baa2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apache/conf/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ ServerName bitrix

<Directory />
Options FollowSymLinks
AllowOverride none
Require all denied
AllowOverride ALL
</Directory>

LogLevel warn
Expand Down

0 comments on commit 301baa2

Please sign in to comment.