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

Diff of /suikawiki/script/.htaccess

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

revision 1.5 by wakaba, Mon Dec 30 03:20:06 2002 UTC revision 1.8 by wakaba, Wed Aug 6 01:34:25 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 +ExecCGI
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>  <IfModule mod_headers.c>
21    <Files wiki>    <Files wiki>
22        ## These header fields are given by Wiki CGI script.
23      Header unset Content-Style-Type      Header unset Content-Style-Type
24      Header unset Content-Script-Type      Header unset Content-Script-Type
25    </Files>    </Files>
26  </IfModule>  </IfModule>
27    
28    ## License: Public Domain.
29    ## Last modified: $Date$

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24