Помогите настроить редирект https

MinaevS

Проверенные
Сообщения
34
Реакции
3
Баллы
3,305
вот такая ошибка
HTTP/1.1 301 Moved Permanently

Сайт работает без WWW и только по HTTPS
SSL присутствует.
 
# Mod_security can interfere with uploading of content such as attachments. If you
# cannot attach files, remove the "#" from the lines below.
#<IfModule mod_security.c>
# SecFilterEngine Off
# SecFilterScanPOST Off
#</IfModule>

ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 405 default
ErrorDocument 406 default
ErrorDocument 500 default
ErrorDocument 501 default
ErrorDocument 503 default

<IfModule mod_rewrite.c>
RewriteEngine On

RewriteCond %{HTTP_HOST} ^www\.forum\.****************\.ru [NC]
RewriteRule ^(.*)$ [R=301,L]

# If you are having problems with the rewrite rules, remove the "#" from the
# line that begins "RewriteBase" below. You will also have to change the path
# of the rewrite to reflect the path to your XenForo installation.
#RewriteBase /xenforo

# This line may be needed to enable WebDAV editing with PHP as a CGI.
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
</IfModule>

Вот сама ошибка, в таком контексте:


HTTP/1.1 301 Moved Permanently
Server: nginx/1.8.0
Date: Wed, 14 Oct 2015 19:46:05 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Location:

HTTP/1.1 200 OK
Server: nginx/1.8.0
Date: Wed, 14 Oct 2015 19:46:06 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.6.13
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-control: private, max-age=0
Set-Cookie: xf_session=9d864cf6e04a9a677467ed0a80166911; path=/; secure; httponly
X-Frame-Options: SAMEORIGIN
 
Современный облачный хостинг провайдер | Aéza
Назад
Сверху Снизу