view .htaccess @ 3839:b659b13b47d4

add header
author Momona oishi <c116031@h.koeki-u.ac.jp>
date Tue, 05 Feb 2019 14:58:21 +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