Go to the first, previous, next, last section, table of contents.


Paths

URL Computation

Specify Server Root Path

Variable:
$opt_rootpath=path
Argument:
--rootpath path

Absolute path to server root directory (NCSA/Apache DocumentRoot) or the users Home page directory. This must be an absolute path (starting with `/') to the top of the WWW directory tree WebMagick will be processing in. If this value is specified incorrectly, WebMagick will generate incorrect URLs.

Specifying Root Prefix

Variable:
$opt_prefixpath=path
Argument:
--prefixpath path

The prefix to prepend to all URLs to specify the WWW location of $opt_rootpath (see section Specify Server Root Path). For directories under the WWW server's root directory (`/') this is a empty string (""). For a user's personal pages this is the URL path to their home pages (usually `/~username' equating to `~/public_html', but may be configured differently on your server).

If a relative URL can be computed then this option is not actually used. It however must be used if the WebMagick icon images are not in the same logical WWW directory tree as the directories WebMagick is processing. (See the next option).

Specifying WebMagick Icon Location

Variable:
$opt_iconpath=path
Argument:
--iconpath path

This is the relative path from the top of the WWW directory tree specified in $opt_rootpath (see section Specify Server Root Path). If this value is specified incorrectly then WebMagick will generate incorrect URLs for its icons.


Go to the first, previous, next, last section, table of contents.