Answer the question
In order to leave comments, you need to log in
Why is the infoblock displayed incorrectly in the Bitrix admin panel?
For the umpteenth time I have come across: the OpenServer package is installed ( https://ospanel.io/ ), the Bitrix site is deployed, everything works fine, but for some reason the contents of the infoblocks are displayed crookedly, here are the screenshots. Sweeping assumptions about the browser, caches, cookies, etc. - the same admin panel on a live site is displayed correctly in the next tab. Maybe someone faced such a problem?
Answer the question
In order to leave comments, you need to log in
Openserver misconfigured. They try to download css / js from folders starting with a dot (.../.default/...)
It is necessary to delete in the Apache config
<LocationMatch "/\.(?!well-known)">
Require all denied
</LocationMatch>
location ~ /\. {deny all;}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question