How to Change Admin URI of Bludit

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');
Example
define('ADMIN_URI_FILTER', 'secret_passage');
or
define('ADMIN_URI_FILTER', 'R3z5cCSpmZTuGB4DjhndM6y9HAPNkgQv');
So, your Admin URI will be:
https://domain/secret_passage/
or
https://domain/R3z5cCSpmZTuGB4DjhndM6y9HAPNkgQv/


Say goodbye to bots!

Abdullah As-Sadeed
Abdullah As-Sadeed

Prefers coding from scratch. Loves the Linux kernel.

Leave a Reply