Hello to all!
I have created a WordPress server via Ubuntu with a VPS (contabo), I have created this server on which I will clone the site several times in English, but I would like to create on the same server the same site but in another language (Spanish for example) that I would like to clone several times too. Or do I have to create another WordPress server and create the site in the other language (Spanish)?
Thanks in advance,
Sincerely,
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
You can host multiple websites on the same server. To do that you need to create a separate virtual host configuration file in your Apache as described here:
https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-20-04
Here is also a quick video on how to do that as well:
Hope that this helps!
Best,
Bobby