annotate dot.htaccess @ 63:e2aa6180c2c6 draft

Show the number of group member in groupman().
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 25 Jun 2012 14:30:54 +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