Problem with bare domain not redirecting when using www - jrcloudsolutions/tidbits GitHub Wiki
Users can get to hudhousingcounselors.com, however when they add the www subdomain in front of the bare domain it is not resolving and timing out.
Solution:
-
Created CNAME record in AWS Route 53 DNS with:
Value: hudhousingcounselors.com Record name: www.hudhousingcounselors.com
I believe the .htaccess file had to also be updated for proper redirection to occur.