Ssl Fix

I installed SSL on a domain which uses wordpress and am getting the “only secure content is displayed” message. When show all content is clicked (in IE) some images do not display.

I am using the following as my htaccess file to redirect to secure connection.

# BEGIN WordPress

RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUES…

Leave a Reply

Your email address will not be published. Required fields are marked *