I want the following redirect:
http://example.com -> http://www.example.com
example.com -> http://www.example.com
www.example.com -> http://www.example.com
In my namecheap I setup up two URL redirect records:
CNAME Record | www | appname.us-east-2.elasticbeanstalk.com.
URL Redirect Record | @ | http://www.example.com | Unmasked
But still, I can only access http://www.example.com when I actually type this full URL. When I remove www then the request times out. So the URL redirects don't seem to do anything. How can I redirect to my full http domain correctly?
www
set asCNAME
to your domain – Belfry