| 1 |
DirectoryIndex wiki |
DirectoryIndex wiki contents index list |
|
#AddDefaultCharset euc-jisx0213 |
|
| 2 |
AddDefaultCharset off |
AddDefaultCharset off |
| 3 |
|
|
| 4 |
|
Options +MultiViews |
| 5 |
|
|
| 6 |
|
## This AddType directive 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 |
AddType application/xhtml+xml .xhtml |
| 13 |
AddCharset iso-2022-jp .html .xhtml |
AddType application/xml .xml .xbl .htc |
| 14 |
|
AddType application/x-javascript .js |
| 15 |
|
AddCharset iso-2022-jp .jis |
| 16 |
|
|
| 17 |
|
## If we could use relative URI here... |
| 18 |
ErrorDocument 500 /~wakaba/-temp/wiki/500 |
ErrorDocument 500 /~wakaba/-temp/wiki/500 |
| 19 |
|
|
| 20 |
|
<IfModule mod_headers.c> |
| 21 |
|
<Files wiki> |
| 22 |
|
## These header fields are given by Wiki CGI script. |
| 23 |
|
Header unset Content-Style-Type |
| 24 |
|
Header unset Content-Script-Type |
| 25 |
|
</Files> |
| 26 |
|
</IfModule> |
| 27 |
|
|
| 28 |
|
## License: Public Domain. |
| 29 |
|
## Last modified: $Date$ |