@sawa4

Как правильно развернуть Laravel на Ubuntu (The character encoding of the HTML document was not declared)?

Linuxоиды привет!
Подскажите что делаю не так
git init
git remote add origin ssh://some address
git pull origin master

после выкачивания composer install
но сайт не открывается локально
В консоле появилось:
GET 
http://sшеу.loc/public/ [HTTP/1.0 500 Internal Server Error 67ms]
The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol.

Так же не работают post методы в Laravel при установке
git clone https://github.com/laravel/quickstart-basic quickstart
cd quickstart
composer install
php artisan migrate
  • Вопрос задан
  • 198 просмотров
Пригласить эксперта
Ответы на вопрос 1
LenovoId
@LenovoId
svg, css,js
в самом верху написано что вы не объявили кодировку для html символов (The character encoding of the HTML document was not declared)
Ответ написан
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы