annotate dot.htaccess @ 53:af24fff83d30 draft

add dot.htaccess
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 21 Jun 2012 22:07:51 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
53
af24fff83d30 add dot.htaccess
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
1 DirectoryIndex after5.cgi
af24fff83d30 add dot.htaccess
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
2 <Files ~ ".*">
af24fff83d30 add dot.htaccess
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
3 Order Allow,Deny
af24fff83d30 add dot.htaccess
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
4 Deny from all
af24fff83d30 add dot.htaccess
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
5 </Files>
af24fff83d30 add dot.htaccess
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
6 <Files ~ "^$|\.cgi$|\.css$|\.png$">
af24fff83d30 add dot.htaccess
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
7 Order Allow,Deny
af24fff83d30 add dot.htaccess
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
8 Allow from all
af24fff83d30 add dot.htaccess
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
9 </Files>

yatex.org