PHP background management, using aliases instead of the real login portal name, what is the purpose?

A financial background is written using the TP framework, the real login URL in its source code is admin/index/login, and the background home page is admin/index/index, but why it opens the route with an alias. For example:
safeadmin/ = > admin/index/login
safeadmin/index = > admin/index/index

is this done to keep outsiders from knowing [or guessing] its background URL?

Php
Apr.24,2021

there are security considerations, but such measures are very primary and cannot be done once and for all, and other aspects of security measures must also be done well.

Menu