I see question marks and incomprehensible symbols on the site

If incomprehensible characters are displayed on your site, this is due to incorrect encoding of the database and / or page.
To solve this problem, you need to change the page encoding. Also, your site must have a UTF-8 meta tag. You can add this line to the top of your index.php page: header ('Content-Type: text / html; charset = utf-8')
Problems can also arise if the files are encoded in "UFT8 with BOM". You need to open the files on your PC and set the encoding "UFT8 without BOM". After that, you need to download the files again. You can change the encoding using Notepad ++.

  • 159 Пользователей нашли это полезным
Помог ли вам данный ответ?

Статьи по Теме

Как отключить magic quotes? (Используя .htaccess)

Вам нужно добавить эту строку в Ваш htaccess файл в директории, где Вы хотите отключить magic...

Мой сайт не работает на этой версии PHP

Вы можете сменить версию PHP самостоятельно в Панели управления. Для этого перейдите в Панель...

Я получаю Internal Server Error (500)

Эта ошибка является обобщением, когда возникают неполадки сервер не может обработать запрос к...

Firefox ошибка: The page is not redirecting properly (бесконечная переадресация)

Когда страница перенаправляет Вас на бесконечную переадресацию, Firefox будет отображать ошибку:...

Ошибка 502 Bad Gateway nginx и почему она возникает?

Если эта ошибка возникает, значит HTTP-запросы от клиентов до Вашего сайта идут через какой-то...