Страница 1 из 1

Ошибка сервера 505

Добавлено: 03 дек 2018, 18:44
Sirexelite
После запуска сервера захожу на сайт и получаю: (изображение во вложении)
Ошибка сервера!
Произошла внутренняя ошибка сервера, в результате которой серверу не удалось завершить обработку Вашего запроса. Сервер перегружен, или в CGI-скрипте обнаружена ошибка.
Если Вы считаете, что это ошибка сервера, пожалуйста, сообщите об этом веб-мастеру.

В отладке выдает вот это:
[Mon Dec 03 18:32:40.853660 2018] [ssl:warn] [pid 5012:tid 584] AH01909: Fun.top.ru:443:0 server certificate does NOT include an ID which matches the server name
[Mon Dec 03 18:32:40.855659 2018] [ssl:warn] [pid 5012:tid 584] AH01909: default:443:0 server certificate does NOT include an ID which matches the server name
[Mon Dec 03 18:32:41.134067 2018] [ssl:warn] [pid 5012:tid 584] AH01909: Fun.top.ru:443:0 server certificate does NOT include an ID which matches the server name
[Mon Dec 03 18:32:41.135066 2018] [ssl:warn] [pid 5012:tid 584] AH01909: default:443:0 server certificate does NOT include an ID which matches the server name
[Mon Dec 03 18:32:41.199028 2018] [mpm_winnt:notice] [pid 5012:tid 584] AH00455: Apache/2.4.34 (Win32) OpenSSL/1.0.2o configured -- resuming normal operations
[Mon Dec 03 18:32:41.208021 2018] [mpm_winnt:notice] [pid 5012:tid 584] AH00456: Apache Lounge VC11 Server built: Jul 16 2018 11:02:31
[Mon Dec 03 18:32:41.208021 2018] [core:notice] [pid 5012:tid 584] AH00094: Command line: 'F:\\openserver\\ospanel\\modules\\http\\Apache-2.4\\bin\\httpd.exe -d F:/OpenServer/OSPanel/modules/http/Apache-2.4 -f f:\\openserver\\ospanel\\modules\\http\\Apache-2.4\\conf\\httpd.conf'
[Mon Dec 03 18:32:41.251010 2018] [mpm_winnt:notice] [pid 5012:tid 584] AH00418: Parent: Created child process 1728
[Mon Dec 03 18:32:42.191099 2018] [ssl:warn] [pid 1728:tid 628] AH01909: Fun.top.ru:443:0 server certificate does NOT include an ID which matches the server name
[Mon Dec 03 18:32:42.194097 2018] [ssl:warn] [pid 1728:tid 628] AH01909: default:443:0 server certificate does NOT include an ID which matches the server name
[Mon Dec 03 18:32:42.438991 2018] [ssl:warn] [pid 1728:tid 628] AH01909: Fun.top.ru:443:0 server certificate does NOT include an ID which matches the server name
[Mon Dec 03 18:32:42.439990 2018] [ssl:warn] [pid 1728:tid 628] AH01909: default:443:0 server certificate does NOT include an ID which matches the server name
[Mon Dec 03 18:32:42.496619 2018] [mpm_winnt:notice] [pid 1728:tid 628] AH00354: Child: Starting 32 worker threads.
[Mon Dec 03 18:32:46.482448 2018] [core:alert] [pid 1728:tid 1228] [client 127.0.0.1:1816] F:/OpenServer/OSPanel/domains/Fun.top.ru/.htaccess: Invalid command '\xe2\x80\x8bAddDefaultCharset', perhaps misspelled or defined by a module not included in the server configuration
[Mon Dec 03 18:32:46.968748 2018] [core:alert] [pid 1728:tid 1224] [client 127.0.0.1:1817] F:/OpenServer/OSPanel/domains/Fun.top.ru/.htaccess: Invalid command '\xe2\x80\x8bAddDefaultCharset', perhaps misspelled or defined by a module not included in the server configuration, referer: http://fun.top.ru/
[Mon Dec 03 18:38:31.971712 2018] [core:alert] [pid 1728:tid 1224] [client 127.0.0.1:1882] F:/OpenServer/OSPanel/domains/Fun.top.ru/.htaccess: Invalid command '\xe2\x80\x8bAddDefaultCharset', perhaps misspelled or defined by a module not included in the server configuration
[Mon Dec 03 18:38:32.412844 2018] [core:alert] [pid 1728:tid 1228] [client 127.0.0.1:1883] F:/OpenServer/OSPanel/domains/Fun.top.ru/.htaccess: Invalid command '\xe2\x80\x8bAddDefaultCharset', perhaps misspelled or defined by a module not included in the server configuration, referer: http://fun.top.ru/
Но в файле .htaccess не нашел ошибок.
​AddDefaultCharset utf-8

RewriteEngine on
RewriteCond %{REQUETS_FILENAME} !-f
RewriteCond %{REQUETS_FILENAME} !-d
RewriteRule ^(.*)$ index.php

ЧТО НЕ ТАК И КАК ИСПРАВИТЬ? Уже две недели не могу решить это.

Re: Ошибка сервера 505

Добавлено: 03 дек 2018, 23:44
Sirexelite
Ответ:
AddDefaultCharset utf-8

<IfModule rewrite_module>

RewriteEngine on
RewriteCond %{REQUETS_FILENAME} !-f
RewriteCond %{REQUETS_FILENAME} !-d
RewriteRule ^(.*)$ index.php

</IfModule>