annotate dot.htaccess @ 94:568f4c467966 draft

Group name length 12 is too short. Changed to 30.
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 30 Aug 2014 16:50:26 +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