The mod_imap module provides support for .map files and imagemaps. Imagemaps allow a server to respond to clicks in various "hot zones" of an image, without creating an explicit link to redirect the client.
ImapBase |
ImapBase map|referer|url
[server config, or within <VirtualHost> or <Directory>, or .htaccess]
Specifies the default base for imagemap files, if there is no base directive in the imagemap file itself. A URL can be specified, or one of the following options can be used:
ImapDefault |
ImapDefault error|nocontent|map|referer|URL
[server config, or within <VirtualHost> or <Directory>, or .htaccess]
Specifies the default action for imagemap files, if there is no default directive in the imagemap file itself. A URL can be specified, or one of the following options can be used:
ImapMenu |
ImapMenu none|formatted|semiformatted|unformatted
[server config, or within <VirtualHost> or <Directory>, or .htaccess]
Under Apache, if an imagemap is called without valid coordinates, the server can return a menu of the items in the imagemap file. The ImapMenu directive configures that menu. Options are:
Copyright © 2003 O'Reilly & Associates. All rights reserved.