I have a droplet that I am trying to get www to redirect to the non-www domain. I have A records for both domain.com and www.domain.com and they both point to the correct IP address. When I connect to the www subdomain, I am currently receiving a connection refused page but nothing is showing in the access or error.log. I have configured the site to be virtual host and have AllowedOverride All for the directory. Inside the root of it, I do have a .htaccess with the WWW redirect. No luck. Any suggestions? Any and all resources I have looked at are saying it should work, so I must be missing something.
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.
Hi there,
The configuration looks correct, what I could suggest is double-checking your DNS records and making sure that the www version has a CNAME record pointing to your main domain name.
You can use this DNS tool here to check your active DNS records:
https://www.digitalocean.com/community/tools/dns
Regards, Bobby