Have just plucked up the courage to add the above code as instructed – works brilliantly, don’t know why I put it off now. One final query about the recommended code: RewriteCond %{SERVER_PORT} ^80
Our server thought that the SSL port has a different number; that Port 80 is the default port for http, and port 443 is the default port for https. So how important is it to have the correct port number here? Should it be changed to: RewriteCond %{SERVER_PORT} !^443$
And would this force the website to load via https: more quickly? Many thanks.
↧
Reply To: WordPress SSL htaccess code – Rewrite SSL, RewriteCond %{SERVER_PORT}
↧