Sorry, just need to clarify re. your comment on 3-6-15 “The condition says – if Server Port is not 443…”
So if they say the https port is 443, should i add the code:
RewriteCond %{SERVER_PORT} ^443
instead of:
RewriteCond %{SERVER_PORT} !^443$
– to allow it, rather than block it?
Many thanks.