view dot.htaccess @ 103:734bfd8cbdc6 draft

Quotation preserved in faked from header
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 08 Oct 2020 11:07:31 +0859
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