# MGP Site - .htaccess (genérico)
Options -Indexes

# Se o host suportar, você pode ajustar PHP aqui (opcional)
# AddHandler application/x-httpd-php81 .php

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