view dot.htaccess @ 74:55a372e76e28 draft

1 day should be 3600*24 secs.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 29 Nov 2012 12:25:55 +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