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

Contents of /suikawiki/script/.htaccess

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (show annotations) (download)
Thu Mar 27 06:25:01 2003 UTC (21 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.6: +9 -2 lines
Updated

1 DirectoryIndex wiki contents index list
2 AddDefaultCharset off
3
4 Options +MultiViews
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
13 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
19
20 <IfModule mod_headers.c>
21 <Files wiki>
22 ## These header fields are given by Wiki CGI script.
23 Header unset Content-Style-Type
24 Header unset Content-Script-Type
25 </Files>
26 </IfModule>
27
28 ## License: Public Domain.
29 ## Last modified: $Date: $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24