annotate dot.htaccess @ 100:43b6e8c1272c draft

add README.md
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 21 Aug 2019 10:20:51 +0900
parents af24fff83d30
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