Skip to content

Instantly share code, notes, and snippets.

@sergey-glushakov
Last active January 11, 2024 11:54
Show Gist options
  • Save sergey-glushakov/c623465b178b01a1806fe90ac31252b5 to your computer and use it in GitHub Desktop.
Save sergey-glushakov/c623465b178b01a1806fe90ac31252b5 to your computer and use it in GitHub Desktop.
Битрикс - некорректное отображение инфоблоков в Open Server

После установки сайта Bitrix на Open Server содержимое инфоблоков отображается криво (Поля с названиями выстроены в столбик и ввиде чекбоксов) Для лечения этой проблемы, необходимо править конфиг Апача, удалить или закомментировать следующие строчки:

<LocationMatch "/\.(?!well-known)">
    Require             all denied
</LocationMatch>

Nginx:

location ~ /\. {deny all;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment