annotate dot.htaccess @ 95:4c6561489602 draft

Do check the invieonly attr on user participation request
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 29 Apr 2017 09:25:30 +0859
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