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

Contents of /suikawiki/script/.htaccess

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.10 - (show annotations) (download)
Fri Apr 30 05:57:32 2004 UTC (20 years ago) by wakaba
Branch: MAIN
CVS Tags: suikawiki3-redirect, release-3-0-0, HEAD
Branch point for: helowiki, helowiki-2005
Changes since 1.9: +2 -2 lines
Do AddType to .cgi file.

1
2 ## charset parameter is controled by WikiEngine
3 AddDefaultCharset off
4
5 Options +MultiViews +ExecCGI
6 DirectoryIndex wiki
7
8 ## This AddType directive is dummy for content negotiation
9 AddType application/x-httpd-cgi .cgi
10 AddHandler cgi-script .cgi
11
12 AddLanguage ja .ja
13 AddType text/html .html
14 AddType application/xhtml+xml .xhtml
15 AddType application/xml .xml .xbl .htc
16 AddType application/x-javascript .js
17 AddCharset iso-2022-jp .jis .html .xhtml .xml .xbl .htc .js
18
19 <IfModule mod_headers.c>
20 <Files wiki>
21 ## These header fields are controled by WikiEngine
22 Header unset Content-Style-Type
23 Header unset Content-Script-Type
24 </Files>
25 </IfModule>
26
27 ## License: Public Domain.
28 ## Last modified: $Date: 2003/10/25 02:22:06 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24