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 réponses
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
répondu il y a 7 mois
profile pictureAWS
EXPERT
vérifié il y a 7 mois
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
répondu il y a 7 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions