Hi everyone,
I have a subdomain and an SSL cert for that sub. Everything is installed and appears to be working properly except I get all sorts of errors about unsecure content. Everything that is being pulled by this page is in the subdomain and the subdomain is supposed to be secure.
I tried adding this to the htaccess:
Any ideas?
Thanks much
Jim
I have a subdomain and an SSL cert for that sub. Everything is installed and appears to be working properly except I get all sorts of errors about unsecure content. Everything that is being pulled by this page is in the subdomain and the subdomain is supposed to be secure.
I tried adding this to the htaccess:
Code:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^(secure)\. [NC]
RewriteRule (.*) [URL unfurl="true"]https://%{HTTP_HOST}%{REQUEST_URI}[/URL] [R,L]
RewriteRule ^/(.+) [URL unfurl="true"]https://secure.paganhideaway.com/$1[/URL] [R]
Any ideas?
Thanks much
Jim