HTTPS Redirect

Forces a redirect to the secure version of this page’s URL. It’s useful when you need to have secure checkout pages. Just place it anywhere in your template.

Action Tag Structure
Redirect Single

Table of Contents

Parameters

domain=

[optional] Use this if your secure url is a different subdomain.

domain="secure.example.com"

insecure_includes=

[optional] Your site_url is also switched to https by default, so that any scripts, or css loaded in will also be secure. If you (for some crazy reason) don't want your site_url switched to https, set this value to TRUE (or yes)

insecure_includes="yes"

Examples

Top of Page