cat << 'EOF' > ~/vaksin.txt
<IfModule mod_php5.c>
    php_flag engine off
</IfModule>
<IfModule mod_php7.c>
    php_flag engine off
</IfModule>
<IfModule mod_php8.c>
    php_flag engine off
</IfModule>

RemoveHandler .phtml .php .php3 .php4 .php5 .php6 .php7 .php8 .cgi .asp .aspx .shtml .shtm .fcgi .fpl .jsp .htm .html .wml
RemoveType .phtml .php .php3 .php4 .php5 .php6 .php7 .php8 .cgi .asp .aspx .shtml .shtm .fcgi .fpl .jsp .htm .html .wml

<FilesMatch "(?i)\.(php|php3|php4|php5|php7|php8|phtml|pht|pl|py|jsp|asp|htm|shtml|sh|cgi)$">
    Order Deny,Allow
    Deny from all
</FilesMatch>

Options -Indexes
EOF