compatible.css:1 Failed to load resource: the server responded with a status of 403 (Forbidden)
Задавал вопрос Неправильное отображение новостей в битриксе
. Подсказали в панели разработчика посмотреть ошибки, а именно те файлы, которые подключаются к странице новостей в битриксе iblock_list_admin.php?IBLOCK_ID=1&type=news&lang=ru&apply_filter=Y.
Failed compatible.css:1 to load resource: the server responded with a status of 403 (Forbidden)
iblock_list_admin.php?IBLOCK_ID=1&type=news&lang=ru&apply_filter=Y:721 Uncaught TypeError: Cannot read property 'init' of undefined
at iblock_list_admin.php?IBLOCK_ID=1&type=news&lang=ru&apply_filter=Y:721
at ue (core.js:11979)
at Array.forEach (<anonymous>)
at HTMLDocument.<anonymous> (core.js:11988)
iblock_list_admin.php?IBLOCK_ID=1&type=news&lang=ru&apply_filter=Y:615 Uncaught TypeError: Cannot read property 'push' of undefined
at iblock_list_admin.php?IBLOCK_ID=1&type=news&lang=ru&apply_filter=Y:615
iblock_list_admin.php?IBLOCK_ID=1&type=news&lang=ru&apply_filter=Y:615 Uncaught TypeError: Cannot read property 'push' of undefined
at iblock_list_admin.php?IBLOCK_ID=1&type=news&lang=ru&apply_filter=Y:615
Подскажите как исправить ошибку.
Файлы с именем .htaccess
(если это неправильно, то укажите как вставлять рисунок в комментарии).
Содержимое файла C:\OSPanel\domains\localhost\.htaccess
Options -Indexes
ErrorDocument 404 /404.php
<IfModule mod_php5.c>
php_flag session.use_trans_sid off
#php_flag default_charset UTF-8
#php_value display_errors 1
</IfModule>
<IfModule mod_php7.c>
php_flag session.use_trans_sid off
#php_flag default_charset UTF-8
#php_value display_errors 1
#php_value mbstring.func_overload 2
#php_value mbstring.internal_encoding UTF-8
php_value max_input_vars 10000
</IfModule>
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteCond %{REQUEST_FILENAME} [\xC2-\xDF][\x80-\xBF] [OR]
RewriteCond %{REQUEST_FILENAME} \xE0[\xA0-\xBF][\x80-\xBF] [OR]
RewriteCond %{REQUEST_FILENAME} [\xE1-\xEC\xEE\xEF][\x80-\xBF]{2} [OR]
RewriteCond %{REQUEST_FILENAME} \xED[\x80-\x9F][\x80-\xBF] [OR]
RewriteCond %{REQUEST_FILENAME} \xF0[\x90-\xBF][\x80-\xBF]{2} [OR]
RewriteCond %{REQUEST_FILENAME} [\xF1-\xF3][\x80-\xBF]{3} [OR]
RewriteCond %{REQUEST_FILENAME} \xF4[\x80-\x8F][\x80-\xBF]{2}
RewriteCond %{REQUEST_FILENAME} !/bitrix/virtual_file_system.php$
RewriteRule ^(.*)$ /bitrix/virtual_file_system.php [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteCond %{REQUEST_FILENAME} [\xC2-\xDF][\x80-\xBF] [OR]
RewriteCond %{REQUEST_FILENAME} \xE0[\xA0-\xBF][\x80-\xBF] [OR]
RewriteCond %{REQUEST_FILENAME} [\xE1-\xEC\xEE\xEF][\x80-\xBF]{2} [OR]
RewriteCond %{REQUEST_FILENAME} \xED[\x80-\x9F][\x80-\xBF] [OR]
RewriteCond %{REQUEST_FILENAME} \xF0[\x90-\xBF][\x80-\xBF]{2} [OR]
RewriteCond %{REQUEST_FILENAME} [\xF1-\xF3][\x80-\xBF]{3} [OR]
RewriteCond %{REQUEST_FILENAME} \xF4[\x80-\x8F][\x80-\xBF]{2}
RewriteCond %{REQUEST_FILENAME} !/bitrix/virtual_file_system.php$
RewriteRule ^(.*)$ /bitrix/virtual_file_system.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/bitrix/urlrewrite.php$
RewriteRule ^(.*)$ /bitrix/urlrewrite.php [L]
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>
<IfModule mod_dir.c>
DirectoryIndex index.php index.html
</IfModule>
<IfModule mod_expires.c>
ExpiresActive on
ExpiresByType image/jpeg "access plus 3 day"
ExpiresByType image/gif "access plus 3 day"
ExpiresByType image/png "access plus 3 day"
ExpiresByType text/css "access plus 3 day"
ExpiresByType application/javascript "access plus 3 day"
</IfModule>
Пришлите пожалуйста правильный скриншот отображения новостей (это позволит выявит ошибки и код отображаемой страницы и вспомогательных файлов.

