/[suikacvs]/webroot/.htaccess
Suika

Diff of /webroot/.htaccess

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

revision 1.6 by wakaba, Wed May 26 12:09:49 2004 UTC revision 1.10 by wakaba, Mon Nov 3 08:35:03 2008 UTC
# Line 1  Line 1 
1  DirectoryIndex cover intro contents list index  DirectoryIndex cover intro contents list index
2    ReadmeName description
3    
4    IndexOptions +NameWidth=* +DescriptionWidth=* +TrackModified
5    
6  AddDefaultCharset iso-2022-jp  AddDefaultCharset iso-2022-jp
7  AddCharset iso-2022-jp .xhtml .xml  AddCharset iso-2022-jp .xhtml .xml
8    
9    ## Currently set by httpd.conf
10  <IfModule mod_headers.c>  <IfModule mod_headers.c>
11  #Header set Content-Style-Type text/css  #Header set Content-Style-Type text/css
12  #Header set Content-Script-Type application/x-javascript  #Header set Content-Script-Type application/x-javascript
13  #Header add Link "</c/>; rel=\"copyright\""  #Header add Link "</c/>; rel=\"copyright\""
14  </IfModule>  </IfModule>
15    
 #XBitHack full  
   
16  AddType application/xhtml+xml .xhtml  AddType application/xhtml+xml .xhtml
17  AddType application/xml .xml  AddType application/xml .xml
18    
19  Action homeworkchecker /~wakaba/bin/homework  AddType image/vnd.microsoft.icon .ico
20  AddHandler homeworkchecker .hwchk  
21    ## Homework checker (obsolete)
22  AddIcon (Check,/icons/hand-up) .hwchk  AddIcon (Check,/icons/hand-up) .hwchk
23    
24    ## H2H translator (obsolete but maintained for old documents)
25  Action h2h /~wakaba/bin/h2h  Action h2h /~wakaba/bin/h2h
26  AddHandler h2h .h2h .hnf  AddHandler h2h .h2h .hnf
27  AddIcon (Document,/icons/layout) .h2h .hnf  AddIcon (Document,/icons/layout) .h2h .hnf
28    
29    ## Image list
30  <Files "LIST">  <Files "LIST">
31    Action piclist /okuchuu/piclist    Action piclist /okuchuu/piclist
32    SetHandler piclist    SetHandler piclist
33  </Files>  </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/  Redirect 503 /~crimson-beast/
42  Redirect 503 /~eternal-zero/  Redirect 503 /~eternal-zero/
43  Redirect 503 /~make-dream/  Redirect 503 /~make-dream/
44  Redirect 503 /~rei/  Redirect 503 /~rei/
45  Redirect 503 /~utubi/  Redirect 503 /~utubi/
46    
47    ## Old URIs
48  Redirect 301 /shell/ http://suika.fam.cx/s/shell/  Redirect 301 /shell/ http://suika.fam.cx/s/shell/
49  Redirect 503 /uri-res/  Redirect 301 /uri/ http://suika.fam.cx/uri-res/N2L
 Redirect 503 /uri/  
 #Redirect gone /robots.txt  
 Redirect gone /updatetime  
50  Redirect gone /updatetime.lirs  Redirect gone /updatetime.lirs
51  ErrorDocument 503 /error/503  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  Redirect 301 /cover http://suika.fam.cx/suika  ## Old announcement URIs
60  Redirect gone /news-20010526  Redirect gone /news-20010526
61  Redirect gone /news-20010526.html  Redirect gone /news-20010526.html
62  Redirect 301 /news-2001-06-23 http://suika.fam.cx/admin/newsrelease/2001/0623  Redirect 301 /news-2001-06-23 http://suika.fam.cx/admin/newsrelease/2001/0623

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.10

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24