view dot.htaccess @ 72:6a0c2f85faa3 draft

Canonicalize arguments for isHoliday(), which will be sent to Time.mktime().
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 29 Nov 2012 10:21:21 +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