view dot.htaccess @ 70:2e293d4d8db4 draft

Not using proc.call for the sake of displaying document title.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 26 Jul 2012 11:03:42 +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