The three image map directives let you specify how Apache handles serverside image maps.
| ImapBase |
ImapBase [map|referer|URL] Default: http://servername Server config, virtual host, directory, .htaccess
This directive sets the base URL for the ImageMap, as follows:
If this directive is absent, the map base defaults to http://servername/, which is the same as the DocumentRoot directory.
| ImapMenu |
ImapMenu [none|formatted|semiformatted|unformatted] Server config, virtual host, directory, .htaccess Default: formatted
This directive applies if mapping fails or if the browser is incapable of displaying images. If the site is accessed using a text-based browser such as Lynx, a menu is displayed showing the possibilities in the .map file:
MENU FOR /BENCH.MAP
--------------------------------------
things
right.htmlThis is formatted according to the argument given to ImapMenu. The previous effect is produced by formatted. The manual explains the options as follows:
| ImapDefault |
ImapDefault [error|nocontent|map|URL] Default: nocontent Server config, virtual host, directory, .htaccess
There is a choice of actions (if you spell them incorrectly, no error message appears and no action results):
You're clicking in the wrong place
Copyright © 2003 O'Reilly & Associates. All rights reserved.