view .htaccess @ 3877:d2dd55e798c8

shotcut text add!
author Yusuke <Yusuke@www.yatex.org>
date Fri, 15 Feb 2019 11:26:29 +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