When I go to my application, the page is redirected to the index page in Yii.
As required, I want to redirect to the user module login page the same way as /user/login .
Therefore, for this, I changed the sitecontroller code sitecontroller to user/login , but it showed an error.
Can someone tell me how to redirect the default user/login page instead of the index page? Any help and suggestions would be very noticeable.
source share