Login page in base path

Hi ,

while I type Localhost/yiitest in the url I wnats to view Login page . I surfed in web I did not get what I want. so any one can help me.

Thanks Sally

Hey guys ,

      Anyone here to helpme out of this prob, I need to show login page as my default page when I type the link. I found that have to change defualt controller but how I do not know. So pls help. Waiting for the reply.

Thanks Sally.

hi,

In your config / main.php you change the boot controller.




...

'defaultController'=>'site/login',

...