SecureURL
Define the base URI for secure (HTTPS/SSL) form and page transmission.
Use VendURL to set the ordinary (HTTP) base URI.
Synopsis
The default is blank, disabling secure access.
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
This directive defines the base URI for secure (HTTPS/SSL)
form and page transmission.
Normally this is the same as VendURL,
except for the "https:" protocol definition.
Example
|
SecureURL https://www.example.com/cgi-bin/standard/
|