view dot.htaccess @ 84:f67f5304baac draft

Add feature of sending message to a user
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 12 Dec 2013 19:57: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