One domain hosting global websites

0

My client wants to host multiple global websites from the one domain: website.com website.com/uk website.com/nz website.com/au

Each website is a stand alone WordPress installation. Using subdomains or different TLDs is not an option.

What is the best setup so both the front end and admin areas have quick response times globally?

2 Answers
0

Hello.

Is it correct that WordPress is managed by one EC2 (Lightsail)?
In that case, I think it would be better to set up a CDN such as CloudFront.
By using CloudFront, the nearest edge server responds to delivery requests from clients.
If the edge server does not have a cache, it will go to the origin, but if the edge server has a cache, it will be able to quickly deliver content.
https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Introduction.html

profile picture
EXPERT
answered 6 months ago
profile pictureAWS
EXPERT
reviewed 6 months ago
0

I would recommend using CloudFront to accelerate the site. Assuming you have more than one Wordpress instance, you can map multiple origins to the TLD, and then use Lambda@Edge to create your path-based routing logic to select the appropriate origin. If all instances of the host contain the same site content, then you dont even need the custom routing or path parts at all.

See:

profile picture
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions