1 |
|
2 |
|
3 |
AddType text/html .html .htm
|
4 |
AddType text/css .css
|
5 |
AddType application/x-javascript .js
|
6 |
AddType audio/x-wav .wav
|
7 |
AddType image/x-windows-meta .wmf
|
8 |
AddType image/png .png
|
9 |
AddType application/xml .xml
|
10 |
AddType application/vnd.ms-powerpoint .ppt
|
11 |
AddType application/octet-stream .mso
|
12 |
|
13 |
AddLanguage ja .ja
|
14 |
|
15 |
<IfModule mod_headers.c>
|
16 |
Header set Content-Style-Type text/css
|
17 |
Header set Content-Script-Type text/javascript
|
18 |
Header add Link "</chuubu/2001/seibutsu/c>; rel=\"copyright\""
|
19 |
</IfModule>
|