VendURL
Define the base URI for ordinary (HTTP) form and page transmission.
Use SecureURL to set the secure (HTTPS/SSL) base URI.
Synopsis
This is a mandatory setting.
There is no default.
The website will refuse to start if no value is provided.
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 ordinary website pages.
This is a mandatory setting.
The website will refuse to start if no value is provided.
Example
|
VendURL http://www.example.com/cgi-bin/standard/
|