By chrisefust
Hi All
I have two domains cfust.com and dawsonillustrations.com. I’m trying to drop the hosting I have for one of these and point it towards my existing DigitalOcean droplet.
Currently I have cfust.com set up and functional and a virtual host set up for dev.cfust.com.
I’m trying to point dawsonillustrations.com to a virtual host in my droplet reading source files from /var/www/dawsonillustrations.com/public_html. I’ve have a conf file “dawsonillustrations.com.conf” for the sites enabled (I registered it as well) with a configuration
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName dawsonillustrations.com
ServerAlias www.dawsonillustrations.com
DocumentRoot /var/www/dawsonillustrations.com/public_html
<Directory /var/www/dawsonillustrations.com/public_html/>
AllowOverride All
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
I’ve changed the name servers for dawsonillustrations.com to point at DigitalOcean and have zone files with matching A records pointing to my droplet.
A @ 162.243.130.240
for both of them.
I’m a little stuck right now. I’ve tried a number of tutorials but I haven’t seen one that’s been able to help me with this.
I suspect its a DNS problem but I don’t know what to do to solve it. Can someone please help?
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!
This comment has been deleted
Sometimes DNS changes can take a while to propagate. It looks like it is working …How long ago did you make the changes?
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.