ConfigDir
Specify the directory that will be used when directive file values
are configured using the "<file" notation.
Synopsis
When used locally, the directory path will be relative to the
website's home directory, as configured using the
Catalog directive.
The default is "config",
when used in this context.
When used globally, the directory path will be relative to the
Interchange instance's installation directory, unless an absolute
path is given.
The default is "etc/lib" when used in this context.
Scope
This directive is available for use globally
(in the "interchange.cfg" configuration file),
and locally (in the "catalog.cfg" configuration file).
The global configuration affects all websites running
under the Interchange instance.
Each individual website's local configuration will not affect
or influence other websites in any way.
Description
This directive allows you to set the directory where directive values will
be read when using the "<file" notation.
|
Note
Do not confuse this directive with others with a similar name, such as
ConfDir and
DirConfig.
|
Example
Setting the MailOrderTo directive using the content
of the "variables/mailorderto" file as its value:
ConfigDir variables
MailOrderTo <mailorderto
|