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
http://localhost/mysite/greetings
, it'll working well and redirect to Greetings page.
Something wrong with BackURL?? Any ideas would be appreciated!!
Thanks!! :)