Report this

What is the reason for this report?

Is it possible to point a subdirectory to another domain?

Posted on April 25, 2021

I may be asking a stupid question here. But please bear with me.

I have 165.xxx.xx.xxx and DNS A Record value of mydomain.com is set to this IP address.

I have a subfolder /var/www/html/mysub-folder and wondering if it is possible to set a DNS A Record value of this subfolder to another domain name, anotherdomain.com.

Or do I have to use another droplet?



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, @okadashinichi2819

You can host multiple websites on your droplet. You can point another domain’s A record to your droplet and then create the virtual host for the domain name and point it to the subdirectory as per your wish.

If you’re using Apache the following article will help you to create another virtual host:

https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-18-04

A similar article for Nginx (the version is for Ubuntu 16.04, but the process is relatively the same):

https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-server-blocks-virtual-hosts-on-ubuntu-16-04

Regards, Alex

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.