view .htaccess @ 3937:e2c6858dcc3d

start change
author KOMATSU Kotaro <c118089@roy.e.koeki-u.ac.jp>
date Fri, 06 Dec 2019 14:11:10 +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