Options -Indexes

# Bloquear carpetas internas
RedirectMatch 403 ^/sistema/app(/|$)
RedirectMatch 403 ^/sistema/sql(/|$)
RedirectMatch 403 ^/sistema/storage(/|$)

# Forzar HTTPS
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
