sergsteshen1,
Если у вас сайт работает и не вылезает ошибки то скорее всего правильно настроили.
Проверил ответ сервера вашего сайта вроде всё норм кроме одного пункта, ниже смотрите.
С https:// Правильно
Код |
---|
HTTP/1.1 200 OK
Server: nginx
Date: Sun, 02 Apr 2017 11:59:14 GMT
Content-Type: text/html;charset=UTF-8
Connection: keep-alive
Keep-Alive: timeout=5
Vary: Accept-Encoding
X-Powered-By: PHP/5.4.45
Cache-Control: no-cache, must-revalidate, max-age=0
Expires: Sat, 01 Apr 2017 11:59:14 GMT
Pragma: no-cache
Set-Cookie: session_id=db9d6b03fd5bcb0f246c91015ab9ec0e; path=/; httponly |
С http:// Праильно
Код |
---|
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Sun, 02 Apr 2017 12:02:06 GMT
Content-Type: text/html; charset=iso-8859-1
Connection: keep-alive
Keep-Alive: timeout=5
Location: <a href=\"https://investmani.ru/\" target=\"_blank\">https://investmani.ru/</a> |
С
http://www. Правильно
Код |
---|
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Sun, 02 Apr 2017 12:03:08 GMT
Content-Type: text/html; charset=iso-8859-1
Connection: keep-alive
Keep-Alive: timeout=5
Location: <a href=\"https://www.investmani.ru/\" target=\"_blank\">https://www.investmani.ru/</a> |
С
https://www. Нет, Вот тут должен был быть ответ сервера HTTP/1.1 301 Moved Permanently, а у вас HTTP/1.1 200 OK
нужно исправить так как переадресация работает но код ответа 200, а должен был быть 301.
Код |
---|
HTTP/1.1 200 OK
Server: nginx
Date: Sun, 02 Apr 2017 12:04:23 GMT
Content-Type: text/html;charset=UTF-8
Connection: keep-alive
Keep-Alive: timeout=5
Vary: Accept-Encoding
X-Powered-By: PHP/5.4.45
Cache-Control: no-cache, must-revalidate, max-age=0
Expires: Sat, 01 Apr 2017 12:04:23 GMT
Pragma: no-cache
Set-Cookie: session_id=a9ef5a384302653dec7a00552f8cc47d; path=/; httponly |
Попробуйте этот код который я вам выше написал "Убираем www" или второй и проверьте.