1 |
DirectoryIndex wiki |
DirectoryIndex wiki |
2 |
AddDefaultCharset euc-jisx0213 |
AddDefaultCharset off |
3 |
|
|
4 |
|
Options +MultiViews |
5 |
|
|
6 |
|
## AddType is dummy for content negotiation |
7 |
|
AddType text/html .cgi |
8 |
|
AddHandler cgi-script .cgi |
9 |
|
|
10 |
|
AddLanguage ja .ja |
11 |
|
AddType text/html .html |
12 |
|
AddType application/xhtml+xml .xhtml |
13 |
|
AddCharset iso-2022-jp .jis |
14 |
|
|
15 |
|
ErrorDocument 500 /~wakaba/-temp/wiki/500 |
16 |
|
|
17 |
|
<IfModule mod_headers.c> |
18 |
|
<Files wiki> |
19 |
|
Header unset Content-Style-Type |
20 |
|
Header unset Content-Script-Type |
21 |
|
</Files> |
22 |
|
</IfModule> |