view dot.htaccess @ 67:a421c2fefc32 draft

Fix the argument for FileUtils.mkdir_p()
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 26 Jun 2012 18:41:57 +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