The module is bound to admin in admin.php
The result is as shown in the picture
But after clicking on the link generated using the U method in the sidebar, it still jumps to the home module
The module is bound to admin in admin.php
The result is as shown in the picture
But after clicking on the link generated using the U method in the sidebar, it still jumps to the home module
Modify the configuration and define it in Admin.php. Do not hide index.php. At this time, admin.php/xxx/xxx will be displayed and it will be ugly. At this time, forcefully turn off UrlPath in admin and use the original Get instead. The front desk will not work. Affected,.
The cause of the problem was found. I configured 'URL_MODEL'=>2 in the public configuration of both the front and backend, which caused the url in the backend to be rewritten