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

Diff of /suikawiki/script/.htaccess

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

revision 1.1 by wakaba, Mon Feb 4 15:22:41 2002 UTC revision 1.6 by w, Wed Jan 1 01:29:04 2003 UTC
# Line 1  Line 1 
1  DirectoryIndex wiki  DirectoryIndex wiki
2  AddDefaultCharset euc-jisx0213  AddDefaultCharset off
3    
4    Options +MultiViews
5    
6    ## AddType 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
13    AddCharset iso-2022-jp .jis
14    
15    ErrorDocument 500 /~wakaba/-temp/wiki/500
16    
17    <IfModule mod_headers.c>
18      <Files wiki>
19        Header unset Content-Style-Type
20        Header unset Content-Script-Type
21      </Files>
22    </IfModule>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.6

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24