/[suikacvs]/webroot/.htaccess
Suika

Contents of /webroot/.htaccess

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.10 - (show annotations) (download)
Mon Nov 3 08:35:03 2008 UTC (15 years, 5 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +6 -1 lines
2008-11-03  Wakaba  <wakaba@suika.fam.cx>

        * suika.ja.html.jis: Removed.

        * list-src.html.u8: A transcoded copy of |suika.ja.html.jis|.

        * .htaccess: |Redirect| configurations updated.

        * Makefile: New file.

1 DirectoryIndex cover intro contents list index
2 ReadmeName description
3
4 IndexOptions +NameWidth=* +DescriptionWidth=* +TrackModified
5
6 AddDefaultCharset iso-2022-jp
7 AddCharset iso-2022-jp .xhtml .xml
8
9 ## Currently set by httpd.conf
10 <IfModule mod_headers.c>
11 #Header set Content-Style-Type text/css
12 #Header set Content-Script-Type application/x-javascript
13 #Header add Link "</c/>; rel=\"copyright\""
14 </IfModule>
15
16 AddType application/xhtml+xml .xhtml
17 AddType application/xml .xml
18
19 AddType image/vnd.microsoft.icon .ico
20
21 ## Homework checker (obsolete)
22 AddIcon (Check,/icons/hand-up) .hwchk
23
24 ## H2H translator (obsolete but maintained for old documents)
25 Action h2h /~wakaba/bin/h2h
26 AddHandler h2h .h2h .hnf
27 AddIcon (Document,/icons/layout) .h2h .hnf
28
29 ## Image list
30 <Files "LIST">
31 Action piclist /okuchuu/piclist
32 SetHandler piclist
33 </Files>
34
35 ## Gone
36 ErrorDocument 410 /error/410
37 ## TODO: Move to httpd.conf
38
39 ## Temporary unavailable
40 ErrorDocument 503 /error/503
41 Redirect 503 /~crimson-beast/
42 Redirect 503 /~eternal-zero/
43 Redirect 503 /~make-dream/
44 Redirect 503 /~rei/
45 Redirect 503 /~utubi/
46
47 ## Old URIs
48 Redirect 301 /shell/ http://suika.fam.cx/s/shell/
49 Redirect 301 /uri/ http://suika.fam.cx/uri-res/N2L
50 Redirect gone /updatetime.lirs
51 Redirect gone /updatetime
52 #Redirect 301 /cover http://suika.fam.cx/suika
53 Redirect 301 /suika.ja.html.jis http://suika.fam.cx/list.ja.html.u8
54 Redirect 301 /suika.ja.html http://suika.fam.cx/list.ja.html
55 Redirect 301 /suika.ja http://suika.fam.cx/list.ja
56 Redirect 301 /suika.en http://suika.fam.cx/list.en
57 Redirect 301 /suika http://suika.fam.cx/list
58
59 ## Old announcement URIs
60 Redirect gone /news-20010526
61 Redirect gone /news-20010526.html
62 Redirect 301 /news-2001-06-23 http://suika.fam.cx/admin/newsrelease/2001/0623
63 Redirect 301 /news-2001-06-23.html http://suika.fam.cx/admin/newsrelease/2001/0623
64 Redirect 301 /ne0801-2 http://suika.fam.cx/admin/web/announce/2001/0801
65 Redirect 301 /ne0801-2.html http://suika.fam.cx/admin/web/announce/2001/0801
66 Redirect 301 /ne0801 http://suika.fam.cx/admin/newsrelease/2001/0801
67 Redirect 301 /ne0801.html http://suika.fam.cx/admin/newsrelease/2001/0801
68 Redirect 301 /ne0810 http://suika.fam.cx/admin/newsrelease/2001/0810-dns
69 Redirect 301 /ne0810.html http://suika.fam.cx/admin/newsrelease/2001/0810-dns
70 Redirect 301 /ne0902 http://suika.fam.cx/admin/newsrelease/2001/0902
71 Redirect 301 /ne0902.html http://suika.fam.cx/admin/newsrelease/2001/0902
72 Redirect 301 /ne20011110 http://suika.fam.cx/admin/newsrelease/2001/1110
73 Redirect 301 /ne20011110.html http://suika.fam.cx/admin/newsrelease/2001/1110

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24