Name

StaticPath — (obsolete) specify path to the statically built pages

SYNOPSIS

directory_name...

DESCRIPTION

Specify path to the statically built pages.

The path should be relative to the DOCROOT.

DIRECTIVE TYPE AND DEFAULT VALUE

EXAMPLES

Example: Setting StaticPath

StaticPath /catalog


NOTES

The directive is obsolete since Interchange 4.9.

AVAILABILITY

StaticPath is available in Interchange versions:

4.6.0-5.4.0

SOURCE

Interchange 5.4.0:

Source: lib/Vend/Config.pm
Line 677

['StaticPath',     'warn',            ''],

Source: lib/Vend/Config.pm
Line 2862 (context shows lines 2862-2874)

sub parse_warn {
my($name, $val) = @_;

return '' unless $val;

::logGlobal({level => 'info'},
      errmsg("Directive %s no longer supported at line %s of %s.",
          $name,
          $.,
          $configfile,
      )
);
}

AUTHORS

SEE ALSO

NoCache(7ic), ClearCache(7ic), StaticDepth(7ic), StaticLogged(7ic), StaticAll(7ic), Static(7ic), StaticFly(7ic), StaticDir(7ic), StaticPage(7ic), StaticDBM(7ic)

DocBook! Interchange!