21306 Posts in 5736 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 250 Views |
-
Problem at home page redirecting

7 November 2012 at 5:07pm
Hi everyone,
I'm having a problem with redirecting home page.
- I've configured that only registered users are allowed to access the website.
- So, when I access with url like
,http://localhost/mysite
It redirects to login page
http://localhost/mysite/index.php/Security/login?BackURL=%2Fmysite%2F
- After successful login, it's still showing same login page which is not redirecting to home page.
- If I access with url like
, it'll working well and redirect to Greetings page.http://localhost/mysite/greetings
Something wrong with BackURL?? Any ideas would be appreciated!!
Thanks!!
-
Re: Problem at home page redirecting

21 February 2013 at 1:48am
Hi AkiRoss,
Try setting the default log in destination for your site. In your site's config file:
Security::set_default_login_dest( 'greetings' );
| 250 Views | ||
|
Page:
1
|
Go to Top |


