When I am going to my application, the page is redirect to the index page in Yii.
As per requirement, I want to redirect to the login page of the user module just like /user/login.
So for doing that I have changed the sitecontroller code index to user/login, but it showed an error.
Can some one tell me how to redirect the user/login page by default instead of index page? Any help and suggestions will be highly appreciable.
Check this thread on Yii framework forum.
Copy/paste of the answer (by jodev):