AK
Size: a a a
AK
G
AS
AS
MH
MH
RewriteCond %{SERVER_PORT} !=443
RewriteRule (.*) https://mysite.nl/$1 [R=301,L]
RewriteCond %{HTTPS} !^on$
RewriteRule (.*) https://mysite.nl/$1 [R,L]
A
MH
RewriteCond %{SERVER_PORT} !=443
RewriteRule (.*) http://mysite.nl/product1 [R=301,L]
RewriteCond %{HTTPS} !^on$
RewriteRule (.*) http://mysite.nl/product1 [R,L]
MH
MH
С
RewriteCond %{ENV:HTTPS} off
RewriteCond %{THE_REQUEST} !^exchange [NC]
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
MH
AA
A
DM
I
MH
RewriteCond %{ENV:HTTPS} off
RewriteCond %{THE_REQUEST} !^exchange [NC]
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
A
MH
S