Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
<VirtualHost *:80> ServerName example.com … Redirect permanent / http://yourdomain.com/ </VirtualHost>
Maybe example.com must be yourdomain.com ?
Yes, I understood it, but yourdomain.com and example.com in this tutorial looks like it was two different names and I think that must be correct to change example.com on yourdomain.com in this example.
@support: Take a look at this article: https://www.digitalocean.com/community/articles/how-to-set-up-multiple-wordpress-sites-using-multisite
Hi, I’m using mac. How to upload the database file from my computer to the server? How to locate the file source on my mac? I put the file on the desktop. I’ve also change the port number
@marbolec Take a look at the “Upload the Backup Files - MySQL Database and File Contents to VPS” section.
Replace ~/Downloads with ~/User and append “-P 1234” to the command (where 1234 is your new ssh port).
wow well amazing site digital ocean XD
i want to start my first account here for learn more about linux servers
excellent price for 5 dollars i can test my skills in linux servers and learn XD
Sorry Kamal, I meant how to I set up multiple single installs using virtual hosts. The installing wordpress tutorial installs wordpress at the root, what if you are running multiple domains with multiple single wordpress installs?