ameharhughes Posted July 10, 2012 Share Posted July 10, 2012 Hi If I am using a different login form and using the dologin.php to actually verify and log the user in, is there a way to forward a sucessfull login to another page? At the moment its goes to http://support.mydomain.com but I want it to go to http://www.mydomain.com/control the php code is encrypted with something, (base_64?) so obviously I cant just edit the existing code. 0 Quote Link to comment Share on other sites More sharing options...
atDev Posted August 21, 2012 Share Posted August 21, 2012 We need this as well, any ideas? 0 Quote Link to comment Share on other sites More sharing options...
atDev Posted August 21, 2012 Share Posted August 21, 2012 Nevermind we ended up just using a "dummy" file which then includes a header redirect to a different URL. This circumvents the need for goto to accept a full URL. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.