NZ$ 0.00
Customer Panel
If you would like to force the entire site to use SSL: RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L]
or RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{SERVER_NAME}/$1 [R,L]
For a directory: RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^directory/(.*)$ https://%{SERVER_NAME}/directory/$1 [R,L]
Adding to cart