I have a joomla website and I use community builder for user registration and login.
I have a page with a url “http://localhost/joomla/index.php/page1” and I put a login module on that page. After login, I would like to redirect the user to “http://localhost/joomla/index.php/page2”. So I set the Login Redirection URL field on the administration to “index.php/page2”.
But my problem is, it redirects me to “http://localhost/joomla/index.php/page2/page1”.
How am i able to just rediect it to page2 without appending the page1 on my url?
Thanks.
This post seems similar:
http://www.joomlapolis.com/forum/146-general/192047-redirecting-after-login-using-cb-login-module
Does adding a forward slash to the beginning of you relative path help?