Newer
Older
skip-web / .htaccess
@momona momona on 13 Jul 2018 171 bytes changed utf-8
AddHandler server-parsed html
Options +Includes
AddType "text/html; charset=utf-8" .html
<FilesMatch "^\.h|^passwd$">
    Order allow,deny
    Deny from all
</FilesMatch>