The WEBVISIONS Virtual Server comes configured to run at optimum speed and
security. However, theres always occasions when you would like to
re-configure the server to your liking. And you can certainly do this, by
just creating (or editing) a text file called ".htaccess" in your "www"
directory and adding any of these server directives to it. These will
work on all Web Lite/Biz/Adv/Pro/Premium Servers.
You may click onto the directive for more detailed description.
XBitHack
[on/off/full] e.g. XBitHack on
The XBitHack directives controls the parsing of ordinary html documents.
This directive only affects files associated with the MIME type
text/html.
AddHandler
handler-name extension
AddHandler maps the filename extension extension to the handler
handler-name. For example, to activate CGI scripts with the file
extension ".cgi", you might use:
AddHandler cgi-script cgi
Once that has been put into your ".htaccess" file, any file ending with
".cgi" in your "www" directory will be treated as a CGI program.
To enable SSI processing in ".html" files, you need to
AddHandler server-parsed .html