view .htaccess @ 3876:932b52201716

picture add
author Yusuke <pooh19900707@gmail.com>
date Thu, 14 Feb 2019 18:25:02 +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