@@ -0,0 +1,10 @@
Options -Indexes
RewriteEngine On
# Bloquer accès au dossier data
RewriteRule ^data/ - [F,L]
# Router tout vers le bon fichier PHP
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]
The note is not visible to the blocked user.