# # ht://Dig Setup # # With this setup, call the search page using # http://your.server/htdig_search/search.html # and modify search.html to call # /htdig_cgi-bin/htsearch.exe ScriptAlias /htdig_cgi-bin/ "/htdig_root/cgi-bin/" AllowOverride None Options None Order allow,deny Allow from all Alias /htdig_search/ "/htdig_root/search/" Options Indexes Multiviews AllowOverride All Order allow,deny Allow from all Alias /htdig_image/ "/htdig_root/image/" Options Indexes Multiviews AllowOverride All Order allow,deny Allow from all Alias /htdig_doc/ "/htdig_root/documentation/" Options Indexes Multiviews AllowOverride All Order allow,deny Allow from all