Options All -Indexes
ErrorDocument 404 //
<files .htaccess>
order allow,deny
deny from all
</files>
<files koneksi.php>
order allow,deny
deny from all
</files>
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteRule ^([a-zA-Z0-9_-]+)/$ $1.php [L]
RewriteRule ^([a-zA-Z0-9_-]+)$ $1.php [L]
</ifModule>

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php81” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php81___lsphp .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
