/[suikacvs]/webroot/.htaccess
Suika

Diff of /webroot/.htaccess

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.8

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24