Is this even possible? Make WP point wp-admin traffic to a specific IP?
-
Hi all. I’ll first throw out the short version. Let me know if you need more info and I’ll post the long version. Just so you know. I am using Amazon Web Services (AWS) for this. So, here’s what I need to happen:
I want to tell my DNS zone to point all traffic for write.mysite.com to an IP address for a server that is hosting a WP installation. The database for that is hosted on a separate RDS server.
Then I want to create another record in my DNS zone to point all traffic for mysite.com to the address of a load balancer that is overtop of a few servers that are mirrored copies of my WP installation. They are all reading from the same RDS database installation. (They are pulling the WP code down from an S3 bucket. That’s how they stay mirrored).
Is this a possible thing to accomplish? So far it seems like I can either have the primary server that I write to or one of the servers behind the load balancer, but not a divided traffic pattern because WP keeps redirecting traffic to whatever URL is in the database.
Is there a way to adjust (or hack) WP to accomplish this? Thanks for your help!
- The topic ‘Is this even possible? Make WP point wp-admin traffic to a specific IP?’ is closed to new replies.