/[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.7 by wakaba, Thu Dec 23 08:21:34 2004 UTC
# Line 1  Line 1 
1  DirectoryIndex cover intro contents list 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  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 application/x-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    
 #XBitHack full  
   
14  AddType application/xhtml+xml .xhtml  AddType application/xhtml+xml .xhtml
15  AddType application/xml .xml  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    ## Temporary unavailable
32    ErrorDocument 503 /error/503
33  Redirect 503 /~crimson-beast/  Redirect 503 /~crimson-beast/
34  Redirect 503 /~eternal-zero/  Redirect 503 /~eternal-zero/
35  Redirect 503 /~make-dream/  Redirect 503 /~make-dream/
36  Redirect 503 /~rei/  Redirect 503 /~rei/
37  Redirect 503 /~utubi/  Redirect 503 /~utubi/
38    
39    ## Old URIs
40  Redirect 301 /shell/ http://suika.fam.cx/s/shell/  Redirect 301 /shell/ http://suika.fam.cx/s/shell/
41  Redirect 503 /uri-res/  Redirect 301 /uri/ http://suika.fam.cx/uri-res/
 Redirect 503 /uri/  
 #Redirect gone /robots.txt  
 Redirect gone /updatetime  
42  Redirect gone /updatetime.lirs  Redirect gone /updatetime.lirs
43  ErrorDocument 503 /error/503  Redirect gone /updatetime
   
44  Redirect 301 /cover http://suika.fam.cx/suika  Redirect 301 /cover http://suika.fam.cx/suika
45    
46    ## Old announcement URIs
47  Redirect gone /news-20010526  Redirect gone /news-20010526
48  Redirect gone /news-20010526.html  Redirect gone /news-20010526.html
49  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.7

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24