Report this

What is the reason for this report?

How to use subdomain in the same server

Posted on February 15, 2016

For example

domain.com -> ipserver wordpress.domain.com -> ipserver joomla.domain.com -> ipserver

so obviously each of the submain having different apllication… Im using apache.



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.

Hello,

From a DNS standpoint, you would simply create the following records on your DNS page: wordpress CNAME @ joomla CNAME @

From an apache standpoint, you will simply need to create corresponding virtualhost entries to deal with the new incoming traffic.

Please let us know if there is anything else we can help you with.

Best, Mike DigitalOcean Support Check out our community for great tutorials, articles and FAQs! https://digitalocean.com/community

The developer cloud

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

Start building today

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