AlwaysSecure
List pages that should always be linked to using HTTPS.
Synopsis
|
AlwaysSecure page [pages...]
|
Scope
This directive is only available for use in the local
(catalog.cfg) configuration file.
It will not affect any other website in any way.
This directive will not work in the global
(interchange.cfg) configuration file.
Description
When calling tags, such as [area], you can select whether
you want the target page to be secure.
Interchange will generate links using HTTPS (if the secure parameter
is used), or HTTP.
If a target page is listed in the AlwaysSecure configuration,
then the URI will be generated using HTTPS,
regardless of your [area] (etc.) parameters.
Example
AlwaysSecure <<EOS
member/account
member/login
member/logout
member/new_account
member/password_change
member/password_emailer
member/password_recovery
member/rma_form
member/rma_process
member/service
ord/basket
ord/billing
ord/checkout
ord/finalise
ord/shipping
query/order_detail
EOS
|