view dot.htaccess @ 79:1acd9c926bd6 draft

Empty check, fixed.
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 27 Jan 2013 23:18:02 +0900
parents af24fff83d30
children
line wrap: on
line source

DirectoryIndex  after5.cgi
<Files ~ ".*">
 Order Allow,Deny
 Deny from all
</Files>
<Files ~ "^$|\.cgi$|\.css$|\.png$">
 Order Allow,Deny
 Allow from all
</Files>

yatex.org