I have a website that needs to be accessible from two different domains, let's call it
http://turtles.com/hungry/
and
http://hungryturtles.com/
The former is the original location and the latter is the domain with an A record that points to that location.
I believe Pivotx uses a "canonical host" in Advanced Configuration to know the root URL to write the correct links. If I set "canonical host" to be http://hungryturtles.com/ then this breaks the other URL that has the subfolder hungry. By break I mean that all the links are broken because it assumes my files are located at http://turtles.com/header.jpg instead of http://turtles.com/hungry/header.jpg . The opposite setup can also be done, breaking one but not the other.
I'm currently researching how to set this up, I'm guessing my .htaccess is not configured correctly or something.
I should mention that even when I'm logged in to my pivots admin at either http://hungryturtles.com/pivotx/ or http://turtles.com/hungry/pivotx/, I get the notification:
"You are currently logged in at a different host than your canonical host. If http://turtles.com/ isn't the canonical host you want, change it on the Advanced Configuration screen."
and similarly if I change the canonical host, I also get the notification:
"You are currently logged in at a different host than your canonical host. If http://turtles.com/hungry/ isn't the canonical host you want, change it on the Advanced Configuration screen."
Not sure what that really means, but the bug part comes about because the canonical host is changing unexpectedly. I have two accounts on my blog, an editor and an admin. When the user logs in to hungryturtles.com/pivotx/ and posts an article the canonical host reverts to http://turtles.com/hungry/ for some reason. Simply by logging into the admin account, not posting anything, the canonical host reverts it back to http://hungryturtles.com/.
Also, I'm using the newest version of Pivotx at the time of posting this.