Voeg deze code aan de .htaccess in de public_html van je server.


# Stop wordpress username enumeration vulnerability
RewriteCond %{REQUEST_URI} ^/$
RewriteCond %{QUERY_STRING} ^/?author=([0-9]*)
RewriteRule ^(.*)$ https://WEBSITE.COM/? [L,R=301]