DirectoryIndex index.php index.html
Options -Indexes
AddDefaultCharset UTF-8
AddType text/html .html .htm
AddType image/png .png

<FilesMatch "^(about|apk-download|contact|ganga-club-apk-download|ganga-club-link|ganga-club-login|ganga-club-lottery|ganga-club-register|login|privacy|register|responsible-gaming|terms)$">
  ForceType text/html
</FilesMatch>

<IfModule mime_module>
  AddHandler application/x-httpd-ea-php82 .php .php8 .phtml
</IfModule>

<IfModule mod_headers.c>
  Header set X-Content-Type-Options "nosniff"
</IfModule>
