@@ -0,0 +1,9 @@
RewriteEngine On
RewriteBase /
# Nie przepisuj istniejących plików i katalogów
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Przepisz wszystko na index.php
RewriteRule ^(.*)$ index.php [QSA,L]
The note is not visible to the blocked user.