Options All -Indexes
ErrorDocument 404 /404notfound/
<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
RewriteCond %{HTTPS} off

RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteRule ^([a-zA-Z0-9_-]+)/$ $1.php [L]
RewriteRule ^([a-zA-Z0-9_-]+)$ $1.php [L]
RewriteRule ^slot/([a-zA-Z0-9_-]+)$ /m/games.php?provider=$1 [L]
</ifModule>


