This commit is contained in:
Lizandro Guarnizo
2026-01-22 10:33:16 -05:00
parent d6e50b2a98
commit 99bedaa5a6
88 changed files with 184 additions and 8549 deletions
+10
View File
@@ -56,6 +56,16 @@ RewriteEngine On
RedirectMatch 403 ^/tests/.*$
</IfModule>
# Proteger directorio de desarrollo (dev) y archivos de pruebas
<IfModule mod_alias.c>
RedirectMatch 403 ^/dev/.*$
</IfModule>
# Proteger directorio temporal
<IfModule mod_alias.c>
RedirectMatch 403 ^/tmp/.*$
</IfModule>
# ==================================================
# HEADERS DE SEGURIDAD (Compatible HestiaCP)
# ==================================================