view dot.htaccess @ 90:48afc00ef5df draft

Add filtering feature to schedule listing
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 21 Dec 2013 16:33:20 +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