Theme blocking SSL Certificate
#Redirection code starts
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ [Links visible only for registered users]{HTTP_HOST}%{REQUEST_URI} [L,R=301]
#Redirection code Ends
#Redirection code starts
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ [Links visible only for registered users]{HTTP_HOST}%{REQUEST_URI} [L,R=301]
#Redirection code Ends
Comments