view .htaccess @ 3856:5d64150f761d

shotcut text add!
author Yusuke <Yusuke@www.yatex.org>
date Wed, 13 Feb 2019 13:53:56 +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