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?

Sam
已提问 7 个月前179 查看次数
2 回答
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
专家
已回答 7 个月前
profile pictureAWS
专家
已审核 7 个月前
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
已回答 7 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则