OSDN Git Service

Change character encoding of perl scripts in www/bin/ from EUC-JP to UTF-8.
[linuxjm/jm.git] / www / .htaccess
1 #
2 # http://($MIRRORS.)www.linux.or.jp/JM/.htaccess
3 # $Id: .htaccess,v 1.4 2000/09/01 08:34:06 nakano Exp $
4 #
5 Options +Indexes
6
7 <Files .htaccess>
8 order deny,allow
9 deny from all
10 </Files>
11
12 AddType application/octet-stream rpm
13 AddType 'text/html; charset=iso-2022-jp' html
14 # EOF
15