| 1 |
wakaba |
1.7 |
DirectoryIndex wiki contents index list |
| 2 |
wakaba |
1.2 |
AddDefaultCharset off |
| 3 |
wakaba |
1.3 |
|
| 4 |
wakaba |
1.8 |
Options +MultiViews +ExecCGI |
| 5 |
w |
1.6 |
|
| 6 |
wakaba |
1.7 |
## This AddType directive is dummy for content negotiation |
| 7 |
w |
1.6 |
AddType text/html .cgi |
| 8 |
|
|
AddHandler cgi-script .cgi |
| 9 |
|
|
|
| 10 |
|
|
AddLanguage ja .ja |
| 11 |
|
|
AddType text/html .html |
| 12 |
wakaba |
1.3 |
AddType application/xhtml+xml .xhtml |
| 13 |
wakaba |
1.7 |
AddType application/xml .xml .xbl .htc |
| 14 |
|
|
AddType application/x-javascript .js |
| 15 |
w |
1.6 |
AddCharset iso-2022-jp .jis |
| 16 |
wakaba |
1.3 |
|
| 17 |
wakaba |
1.7 |
## If we could use relative URI here... |
| 18 |
wakaba |
1.4 |
ErrorDocument 500 /~wakaba/-temp/wiki/500 |
| 19 |
wakaba |
1.5 |
|
| 20 |
|
|
<IfModule mod_headers.c> |
| 21 |
|
|
<Files wiki> |
| 22 |
wakaba |
1.7 |
## These header fields are given by Wiki CGI script. |
| 23 |
wakaba |
1.5 |
Header unset Content-Style-Type |
| 24 |
|
|
Header unset Content-Script-Type |
| 25 |
|
|
</Files> |
| 26 |
|
|
</IfModule> |
| 27 |
wakaba |
1.7 |
|
| 28 |
|
|
## License: Public Domain. |
| 29 |
wakaba |
1.8 |
## Last modified: $Date: 2003/03/27 06:25:01 $ |