It is possible to change the admin URI of your lovely Bludit installation.
Open the installation’s bl-kernel/boot/variables.php file on your favorite text editor with appropriate privileges and edit the following value.define('ADMIN_URI_FILTER', 'admin');
Exampledefine('ADMIN_URI_FILTER', 'secret_passage');
ordefine('ADMIN_URI_FILTER', 'R3z5cCSpmZTuGB4DjhndM6y9HAPNkgQv');
So, your Admin URI will be:
https://domain/secret_passage/
or
https://domain/R3z5cCSpmZTuGB4DjhndM6y9HAPNkgQv/
Say goodbye to bots!