
## charset parameter is controled by WikiEngine
AddDefaultCharset off

Options +MultiViews +ExecCGI
DirectoryIndex wiki

## This AddType directive is dummy for content negotiation
AddType application/x-httpd-cgi .cgi
AddHandler cgi-script .cgi

AddLanguage ja .ja
AddType text/html .html
AddType application/xhtml+xml .xhtml
AddType application/xml .xml .xbl .htc
AddType application/x-javascript .js
AddCharset iso-2022-jp .jis .html .xhtml .xml .xbl .htc .js

<IfModule mod_headers.c>
  <Files wiki>
    ## These header fields are controled by WikiEngine
    Header unset Content-Style-Type
    Header unset Content-Script-Type
  </Files>
</IfModule>

## License: Public Domain.
## Last modified: $Date: 2004/04/30 05:57:32 $
