1 |
DirectoryIndex cover intro contents index |
2 |
ErrorDocument 401 /okuchuu/401 |
3 |
ErrorDocument 403 /okuchuu/403 |
4 |
|
5 |
<IfModule mod_headers.c> |
6 |
Header add Link "<http://suika.fam.cx/okuchuu/c>; rel=\"copyright\"" |
7 |
Header add Link "<http://suika.fam.cx/okuchuu/favicon.ico>; rel=\"shortcut icon\"" |
8 |
#Header add Link "<http://suika.fam.cx/okuchuu/okuchuu-style>; rel=\"stylesheet\"" |
9 |
</IfModule> |
10 |
|
11 |
Redirect 301 /okuchuu/ChangeLog.ja http://suika.fam.cx/okuchuu/change-log.ja |
12 |
Redirect 301 /okuchuu/ChangeLog.ja.html http://suika.fam.cx/okuchuu/change-log.ja.html |
13 |
Redirect 302 /okuchuu/favicon http://suika.fam.cx/~wakaba/art/icon/okuchuu |
14 |
Redirect 301 /okuchuu/kyuuritomikan/favicon http://suika.fam.cx/~wakaba/art/icon/kyuuritomikan |
15 |
Redirect gone /okuchuu/kyuuritomikan/ |
16 |
|
17 |
Redirect 301 /okuchuu/okuchuu http://suika.fam.cx/okuchuu/style/okuchuu |
18 |
Redirect 301 /okuchuu/okuchuu-style http://suika.fam.cx/okuchuu/style/simpledoc |
19 |
|
20 |
AddType text/x-h2h .h2h |
21 |
|
22 |
AddType text/uri-list .uri |
23 |
AddType text/x-url-shortcut .url |
24 |
|
25 |
AddType application/msword .doc .dot |
26 |
AddType application/vnd.ms-excel .xls .xlt |
27 |
AddType application/vnd.ms-powerpoint .ppt .pot |
28 |
AddType application/x-js-taro .jtd .JTD .jbw |
29 |
AddType application/x-claris-works .cwj |
30 |
|
31 |
AddType application/x-dvi .dvi |
32 |
AddType application/x-tex .tex |
33 |
AddCharset iso-2022-jp .tex |
34 |
AddType application/pdf .pdf |
35 |
|
36 |
AddType application/x-lha .lzh |
37 |
AddType application/zip .zip |
38 |
AddType application/x-tar .tar |
39 |
AddEncoding gzip .gz |
40 |
|
41 |
AddType image/jpeg .jpeg .jpg .JPG |
42 |
AddType image/png .png |
43 |
AddType video/x-mng .mng |
44 |
AddType image/x-windows-bmp .bmp |
45 |
|
46 |
AddType audio/mpeg .mp3 |
47 |
AddType video/mpeg .mpeg |
48 |
|
49 |
AddCharset iso-2022-jp .jis |
50 |
|
51 |
Options +ExecCGI |
52 |
AddHandler cgi-script .cgi |
53 |
|
54 |
<Files "LIST"> |
55 |
Action piclist /okuchuu/piclist |
56 |
SetHandler piclist |
57 |
</Files> |