ConfigAllAfter
Specify file(s) which should be read as a part of every Interchange-driven
website's configuration.
Synopsis
|
ConfigAllAfter filename [filenames...]
|
The default filename is "catalog_after.cfg".
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
The name of one or more files which should be read as a part of every
Interchange-driven website's configuration.
The listed files are read after all other configuration files have been read,
and can be used to globally set, or override, local website configuration
directive values.
Examples
|
ConfigAllAfter check_actions.cfg check_variables.cfg
|
See also