Hello folks,
After adding Auth component while accessing the home page it redirects to login page
ie., let www.domain.com is my url.
After adding the auth component when i try to access www.domain.com it redirects to www.domain.com/logins/login.
how can i avoid this initial redirection??
i already given a route as below
Router::connect('/', array('controller' => 'pages', 'action' => 'display', 'home'));
but no use
thankz in advance