Незащищенное соединение.SSL уже установлен на сервере - PullRequest
0 голосов
/ 06 мая 2019

Хост-сервер уже установлен с SSL, но на веб-сайте отображается сообщение "соединение небезопасно".

RewriteEngine On

RewriteCond %{HTTP_REFERER} traffic2cash.xyz [NC,OR] RewriteCond
%{HTTP_REFERER} traffic2cash.xyz RewriteCond %{HTTP_REFERER}
share-buttons.xyz [NC,OR] RewriteCond %{HTTP_REFERER}
share-buttons.xyz RewriteCond %{HTTP_REFERER} site56729671.snip.tw
[NC,OR] RewriteCond %{HTTP_REFERER} site56729671.snip.tw RewriteCond
%{HTTP_REFERER} free-social-buttons.xyz [NC,OR] RewriteCond
%{HTTP_REFERER} free-social-buttons.xyz RewriteRule .* - [F]

# If you install pulse in a sub-folder, some hosts require
# RewriteBase to be set to that sub-folder name (below)

# RewriteBase /subfolder/


############################################################
# RewriteRules for using Pulse with your own template
############################################################

# Uncomment the rules below if you are using your own template
# If embedding to a page other than blog.php, edit that in the rules below

RewriteRule ^blog-page-([^-]*)$ news.php?page=$1
RewriteRule ^blog-([^-]*)+? news.php?d=$1 [L]


#############################################################
# RewriteRules for using the Pulse template engine
#############################################################

# If you want to place the blog on a url other than /blog,
# change the word "blog" in p=blog to the new url in both rules below

RewriteRule ^blog-page-([^-]*)$ ?page=$1&p=news [L] RewriteRule
^blog-([^-]*)+? ?d=$1&p=news [L]

RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}
!-d  RewriteRule ^(.*)$ index.php?p=$1 [L]

1 Ответ

0 голосов
/ 06 мая 2019

Небезопасен широкий диапазон. Если вы просматриваете свой сайт с помощью Google Chrome, вы можете войти в инструменты разработчика и там есть вкладка Безопасность . Там вы можете посмотреть в деталях, что означает это сообщение.

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...