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

Diff of /suikawiki/script/.htaccess

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

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24