FullUrl
Use a full hostname/path, instead of just a path,
in Catalog directives.
Synopsis
This is a Yes or No directive.
The default is No.
Scope
This directive is only available for use in the global
(interchange.cfg) configuration file,
and will affect all websites running under the Interchange installation.
It will not work in a website's local (catalog.cfg)
configuration file.
Description
Normally Interchange maps passes requests to a specific website by
examining the SCRIPT_NAME HTTP environment variable,
passed by the "link program".
This means that different (perhaps virtual) hosts cannot use the same
SCRIPT_NAME to reference distinct websites.
If FullUrl is set to "Yes" then the requested hostname
will be combined with the SCRIPT_NAME when looking for a
website to handle the request.
See the examples in the
Catalog global configuration directive's
documentation.