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

Diff of /suikawiki/script/.htaccess

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

revision 1.2 by wakaba, Tue Dec 10 07:27:38 2002 UTC revision 1.5 by wakaba, Mon Dec 30 03:20:06 2002 UTC
# Line 1  Line 1 
1  DirectoryIndex wiki  DirectoryIndex wiki
2  #AddDefaultCharset euc-jisx0213  #AddDefaultCharset euc-jisx0213
3  AddDefaultCharset off  AddDefaultCharset off
4    
5    AddType application/xhtml+xml .xhtml
6    AddCharset iso-2022-jp .html .xhtml
7    
8    ErrorDocument 500 /~wakaba/-temp/wiki/500
9    
10    <IfModule mod_headers.c>
11      <Files wiki>
12        Header unset Content-Style-Type
13        Header unset Content-Script-Type
14      </Files>
15    </IfModule>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24