view .htaccess @ 3867:17cfb1c38bff

shotcut text add!
author Yusuke <Yusuke@www.yatex.org>
date Thu, 14 Feb 2019 16:50:40 +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