Proper SSL setup
-
Hello,
I just cannot find a good explanation regarding SSL setup and WordPress. I have the SSL working by simply purchasing it and setting up 301 redirects for the entire site within .htaccess:
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L,QSA]
However it seems that all images are loading as insecure https:// and breaking the ‘secure’ SSL status.
Does anyone have any fully detailed advice for a proper SSL WP implementation?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Proper SSL setup’ is closed to new replies.