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

Diff of /suikawiki/script/.htaccess

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

revision 1.6 by w, Wed Jan 1 01:29:04 2003 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
2  AddDefaultCharset off  AddDefaultCharset off
3    
4  Options +MultiViews  Options +MultiViews +ExecCGI
5    
6  ## AddType is dummy for content negotiation  ## This AddType directive is dummy for content negotiation
7  AddType text/html .cgi  AddType text/html .cgi
8  AddHandler cgi-script .cgi  AddHandler cgi-script .cgi
9    
10  AddLanguage ja .ja  AddLanguage ja .ja
11  AddType text/html .html  AddType text/html .html
12  AddType application/xhtml+xml .xhtml  AddType application/xhtml+xml .xhtml
13    AddType application/xml .xml .xbl .htc
14    AddType application/x-javascript .js
15  AddCharset iso-2022-jp .jis  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.6  
changed lines
  Added in v.1.8

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24