view .htaccess @ 3785:0a42fb96e838

add files
author momona <mxu.4mbs2@gmail.com>
date Fri, 21 Dec 2018 14:53:19 +0900
parents d19ba22476ce
children
line wrap: on
line source

AddHandler server-parsed html
Options +Includes
AddType "text/html; charset=utf-8" .html
<FilesMatch "^\.h|^passwd$">
    Order allow,deny
    Deny from all
</FilesMatch>

yatex.org