连接不牢固。服务器上已安装SSL

时间:2019-05-06 02:56:32

标签: ssl ssl-certificate

托管服务器已经安装了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 :(得分:0)

不安全的范围很广。如果您使用Google Chrome浏览器查看您的网站,则可以输入开发者工具,其中有一个标签安全。在那里您可以查看详细信息,此消息表示什么。