Currently, www.domain.net does not resolve to my http://domain.net.
Can I use a DNS CNAME record to fix this?
Would I simply put the ‘Enter Name’ field as ‘www.domain.net’ and the IP address used in the A record for the ‘Enter Hostname’ field?
Thanks,
Ed
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!
Can some one please explain how to do this as i need wwwmydomain,com to forward to mydomain.com
Assuming that you have the default created DNS record set up it will include a main record like this:
@ IN A [DROPLET_IP]
We can redirect a CNAME to this by doing the following:
www CNAME @
This will direct requests for www to the same IP as those for the domain without the www subdomain. You will still need to ensure that your web server is configured to handle the www subdomain properly. If you only run a single site on this droplet there shouldn’t be any more to do. If you are running multiple virtualhosts on the droplet you will need to either Add a ServerAlias directive (in Apache) or add the www.domain.com name to the server_name variable (in NGINX).
SOLVED (sortof). I noticed that any ServerAlias in my virtual host would end up with “index of /” and was not being redirected to the domain. I finally took out all aliases from the virtual host and everything works fine now. Obviously, I am missing a connection about why this is working and why it wasn’t before. Can anyone explain why?
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.