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

Diff of /www/mozilla/.htaccess

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

revision 1.1 by w, Mon Jul 7 00:53:22 2003 UTC revision 1.5 by wakaba, Sat Jul 10 08:47:23 2004 UTC
# Line 1  Line 1 
1  AddType application/rdf+xml .rdf  AddType application/rdf+xml .rdf
2  AddType application/vnd.mozilla.xul+xml  AddCharset utf-8 .rdf
3    
4    AddType application/vnd.mozilla.xul+xml .xul
5    AddCharset us-ascii .xul
6    
7  AddType application/x-hlink+xml .hlink  AddType application/x-hlink+xml .hlink
8  AddType application/x-install .xpi  AddCharset iso-2022-jp .hlink
9    
10    AddType application/x-xpinstall .xpi
11    
12  AddType application/x-javascript .js  AddType application/x-javascript .js
13    AddCharset utf-8 .js
14    
15    AddType application/x-perl .pl
16    AddCharset us-ascii .pl
17    
18  AddType application/xhtml+xml .xhtml  AddType application/xhtml+xml .xhtml
19    AddCharset iso-2022-jp .xhtml
20    
21  AddType application/xml .xml  AddType application/xml .xml
22    AddCharset iso-2022-jp .xml
23    
24  AddType application/xml-dtd .dtd .mod  AddType application/xml-dtd .dtd .mod
25    AddCharset utf-8 .dtd .mod
26    
27    AddType application/zip .jar
28  AddType image/png .png  AddType image/png .png
29    
30  AddType text/css .css  AddType text/css .css
31    AddCharset iso-2022-jp .css
32    
33  AddType text/html .html  AddType text/html .html
34  AddType text/plain .txt  AddType text/plain .txt
35    AddDefaultCharset iso-2022-jp
36    
37    ## SuikaWikiConst/1.1 for Mozilla XPInstaller
38    AddType text/plain .src
39    AddCharset utf-8 .src
40    
41    ## Mozilla properties file, resource file
42    ## Source file of something plain-text based format
43    AddType text/plain .properties .in .inf
44    
45    DirectoryIndex dummy-index-document

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24