view dot.htaccess @ 91:9ed5d139232f draft

Should use sub_nt* instead of nt* in modifying mode
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 23 Dec 2013 12:37:53 +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