Hi All,
I want to redirect my users to my own, external, homepage after logging in via an alternative URL.
So it should go like this:
1. Go to http://myhome.net (contains the Moodle alternate URL username/password form)
2. Login
3. Get redirected to http://myhome.net/home.php
The Moodle session information should remain stored in the browser so that when users click on any links to Moodle activities within my site, it sends them to Moodle.
I've done this before by changing the way Moodle sends the user to My Moodle (the "My home" is set as the default under Site administration>Appearance>Navigation). Basically, I swapped out the My Moodle variable with http://myhome.net/home.php, but that was with Moodle 1.x a while ago, and I can't remember how I did it.
Thanks,
Brook