Ошибка MIME, не загружается страница с 404
Здравствуйте
Сделал в htaccess такой параметр
ErrorDocument 404 /index.html
и при возникновении несуществующей страницы он не загружает index.html ни стили ни скрипты. В чем проблема?
Ниже приведены ошибки:
GET https://site.ru/post/4996/ 404
site.ru/:1 Refused to apply style from 'https://site.ru/post/4996/main.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
site.ru/:18 GET https://site.ru/post/4996/da.js net::ERR_ABORTED 404
site.ru/:19 GET https://site.ru/post/4996/main.js net::ERR_ABORTED 404
Показать полностью