/[suikacvs]/www/mozilla/.htaccess
Suika

Diff of /www/mozilla/.htaccess

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

revision 1.2 by wakaba, Sun Aug 17 04:10:08 2003 UTC revision 1.6 by wakaba, Mon Oct 25 00:05:42 2004 UTC
# Line 1  Line 1 
1  AddType application/rdf+xml .rdf  ## Mozilla does not support application/rdf+xml yet
2    AddType application/xml .rdf
3  AddCharset utf-8 .rdf  AddCharset utf-8 .rdf
4    
 AddType application/rdf+xml .rss  
   
5  AddType application/vnd.mozilla.xul+xml .xul  AddType application/vnd.mozilla.xul+xml .xul
6    AddCharset us-ascii .xul
7    
8  AddType application/x-hlink+xml .hlink  AddType application/x-hlink+xml .hlink
9  AddCharset iso-2022-jp .hlink  AddCharset iso-2022-jp .hlink
10    
11  AddType application/x-install .xpi  AddType application/x-xpinstall .xpi
12    
13  AddType application/x-javascript .js  AddType application/x-javascript .js
14  AddCharset us-ascii .js  AddCharset utf-8 .js
15    
16  AddType application/x-perl .pl  AddType application/x-perl .pl
17  AddCharset us-ascii .pl  AddCharset us-ascii .pl
# Line 28  AddCharset utf-8 .dtd .mod Line 28  AddCharset utf-8 .dtd .mod
28  AddType application/zip .jar  AddType application/zip .jar
29  AddType image/png .png  AddType image/png .png
30    
 AddDefaultCharset iso-2022-jp  
31  AddType text/css .css  AddType text/css .css
32    AddCharset iso-2022-jp .css
33    
34  AddType text/html .html  AddType text/html .html
35  AddType text/plain .txt  AddType text/plain .txt
36    AddDefaultCharset iso-2022-jp
37    
38  ## SuikaWikiConst/1.1 for Mozilla XPInstaller  ## SuikaWikiConst/1.1 for Mozilla XPInstaller
39  AddType text/plain .src  AddType text/plain .src
# Line 40  AddCharset utf-8 .src Line 42  AddCharset utf-8 .src
42  ## Mozilla properties file, resource file  ## Mozilla properties file, resource file
43  ## Source file of something plain-text based format  ## Source file of something plain-text based format
44  AddType text/plain .properties .in .inf  AddType text/plain .properties .in .inf
45    
46    DirectoryIndex dummy-index-document

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24