@@ -0,0 +1,9 @@
Options -Indexes
RewriteEngine On
# Servir archivos y carpetas reales directamente
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Todo lo demás pasa por index.php raíz
RewriteRule ^ index.php [QSA,L]
The note is not visible to the blocked user.