I was developing a site at domain1.com, and the client then transferred domain2.com to the same server. Everything worked fine (domain1.com/index.php and domain2.com/index.php were the same) but logging in on domain2.com did not work - on the front end I was given this message: “This page is only accessible to logged-in users with proper access privileges,” and on the back end I couldn’t get past the login screen. Any pages that were restricted by member group were inaccessible on domain2.com.
I’m using cookies only as my session type — if I change that to sessionID, I can login to the back end and the front end at domain2.com, but the string at the end of the URL (which I’m assuming is how the session ID is passed and so is not optional) is going to cause huge problems with the client, so that’s not a viable solution.
I changed the system configuration to reflect the new domain and am still having the same problem. I didn’t see any solutions in the docs or the forums — can anyone help? The project is due very soon.
Thanks