I want to have artwork.mywebsite.com instead of mywebsite.com/artwork. How can I make it happen?
I own a Ubuntu 14.04 x64 droplet.
My droplet has everything from the “Initial Server Setup with Ubuntu 14.04” tutorial.
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.
Hey there,
You would create a virtual host for the artwork.mywebsite.com domain pointing to a different folder than your mywebsite.com’s document root. This tutorial reviews setting up virtual hosts (multiple websites) for Apache running on Ubuntu.
You would also need to create an A record in your DNS zone pointing artwork to your IP address.
Happy coding,
Jon Schwenn Platform Support Specialist DigitalOcean
Hey there,
You would create a virtual host for the artwork.mywebsite.com domain pointing to a different folder than your mywebsite.com’s document root. This tutorial reviews setting up virtual hosts (multiple websites) for Apache running on Ubuntu.
You would also need to create an A record in your DNS zone pointing artwork to your IP address.
Happy coding,
Jon Schwenn Platform Support Specialist DigitalOcean
This comment has been deleted