/[pub]/suikawiki/script/.htaccess
Suika

Diff of /suikawiki/script/.htaccess

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

revision 1.4 by wakaba, Thu Dec 19 11:26:28 2002 UTC revision 1.7 by wakaba, Thu Mar 27 06:25:01 2003 UTC
# Line 1  Line 1 
1  DirectoryIndex wiki  DirectoryIndex wiki contents index list
 #AddDefaultCharset euc-jisx0213  
2  AddDefaultCharset off  AddDefaultCharset off
3    
4    Options +MultiViews
5    
6    ## This AddType directive is dummy for content negotiation
7    AddType text/html .cgi
8    AddHandler cgi-script .cgi
9    
10    AddLanguage ja .ja
11    AddType text/html .html
12  AddType application/xhtml+xml .xhtml  AddType application/xhtml+xml .xhtml
13  AddCharset iso-2022-jp .html .xhtml  AddType application/xml .xml .xbl .htc
14    AddType application/x-javascript .js
15    AddCharset iso-2022-jp .jis
16    
17    ## If we could use relative URI here...
18  ErrorDocument 500 /~wakaba/-temp/wiki/500  ErrorDocument 500 /~wakaba/-temp/wiki/500
19    
20    <IfModule mod_headers.c>
21      <Files wiki>
22        ## These header fields are given by Wiki CGI script.
23        Header unset Content-Style-Type
24        Header unset Content-Script-Type
25      </Files>
26    </IfModule>
27    
28    ## License: Public Domain.
29    ## Last modified: $Date$

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.7

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24