view .htaccess @ 3840:a3c39d9a4516

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