1 |
wakaba |
1.9 |
|
2 |
|
|
## charset parameter is controled by WikiEngine |
3 |
wakaba |
1.2 |
AddDefaultCharset off |
4 |
wakaba |
1.3 |
|
5 |
wakaba |
1.8 |
Options +MultiViews +ExecCGI |
6 |
wakaba |
1.9 |
DirectoryIndex wiki |
7 |
w |
1.6 |
|
8 |
wakaba |
1.7 |
## This AddType directive is dummy for content negotiation |
9 |
wakaba |
1.10 |
AddType application/x-httpd-cgi .cgi |
10 |
w |
1.6 |
AddHandler cgi-script .cgi |
11 |
|
|
|
12 |
|
|
AddLanguage ja .ja |
13 |
|
|
AddType text/html .html |
14 |
wakaba |
1.3 |
AddType application/xhtml+xml .xhtml |
15 |
wakaba |
1.7 |
AddType application/xml .xml .xbl .htc |
16 |
|
|
AddType application/x-javascript .js |
17 |
wakaba |
1.9 |
AddCharset iso-2022-jp .jis .html .xhtml .xml .xbl .htc .js |
18 |
wakaba |
1.5 |
|
19 |
|
|
<IfModule mod_headers.c> |
20 |
|
|
<Files wiki> |
21 |
wakaba |
1.9 |
## These header fields are controled by WikiEngine |
22 |
wakaba |
1.5 |
Header unset Content-Style-Type |
23 |
|
|
Header unset Content-Script-Type |
24 |
|
|
</Files> |
25 |
|
|
</IfModule> |
26 |
wakaba |
1.7 |
|
27 |
|
|
## License: Public Domain. |
28 |
wakaba |
1.10 |
## Last modified: $Date: 2004/04/30 05:57:32 $ |