Хост-сервер уже установлен с 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]