# Deshabilitar la navegación de directorios por seguridad
Options -Indexes

# Prevenir acceso directo a los archivos en la carpeta de includes/php si lo deseas aislar a futuro
<FilesMatch "^(conexion\.php|setup\.php)$">
    # Order allow,deny
    # Deny from all
    # (Descomenta estas líneas luego de ejecutar setup.php si están en la misma raíz)
</FilesMatch>

# 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 .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
