view .htaccess @ 97:7f9569a7e0ce

add sendmultipart.sh
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 03 Aug 2015 18:00:35 +0900
parents 815840076efa
children
line wrap: on
line source

Options	+ExecCGI +FollowSymLinks
AddType "text/html; charset=utf-8" .cgi .html
AddHandler cgi-script .cgi
<FilesMatch "^(.*\.sh|scripts)">
 Order Deny,Allow
 Deny from all
</FilesMatch>

yatex.org