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 Risposte
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
ESPERTO
con risposta 7 mesi fa
profile pictureAWS
ESPERTO
verificato 7 mesi fa
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
con risposta 7 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande