HttpRelativeWebRoot

Defines the Web server root directory as a relative URL.

  • A relative root such as /domain/ is used rather than a full root such as http://www.mycomputer.com/domain/.

  • Returns the relative Web root directory as a string.

  • There is no default value.

Type and Usage

Location

  • System Properties, Internet tab, Http Relative Web Root

  • Content Server: IntradocDir/config/config.cfg

Example

As a configuration setting, defines the relative Web root:

HttpRelativeWebRoot=/domain/

As script, returns the relative Web root as a string:

<$HttpRelativeWebRoot$>

See Also