Name

VendURL — specify base URL of the Interchange catalog link program

SYNOPSIS

URL

DESCRIPTION

VendURL is one of mandatory settings in every catalog.cfg.

The directive specifies a base catalog URL, that is, it's entry point (usually a cgi-bin link program).

DIRECTIVE TYPE AND DEFAULT VALUE

Catalog directive

EXAMPLES

Example: Setting VendURL

Put the following lines in catalog.cfg:

VendURL http://myhost.mydomain.local/cgi-bin/ic/tutorial

NOTES

VendURL value can also be a relative path, with or without the protocol and hostname specification.

AVAILABILITY

VendURL is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Config.pm
Line 576

['VendURL',          'url',              undef],

Source: lib/Vend/Config.pm
Line 4002 (context shows lines 4002-4006)

sub parse_url {
my($var, $value) = @_;
$value =~ s,/+$,,;
$value;
}

AUTHORS

Interchange Development Group

SEE ALSO

ImageDirSecure(7ic), SecurePostURL(7ic), MailOrderTo(7ic), PostURL(7ic), SecureURL(7ic), ImageDir(7ic), base-url(7ic)

DocBook! Interchange!