view dot.htaccess @ 98:5e30d1645411 draft

Enclose checkbutton with label element
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 21 Aug 2019 10:02:12 +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