Should the main A pointer be sitename.xx and CNAME/ALIAS be www.sitename.xx pointing to sitename.xx?
h
huwred
12/13/2023, 4:01 PM
In general yes.
m
marcusjmsweden
12/13/2023, 4:22 PM
I have this strange problem with skybrud redirects. I get "tried to redirect too many times"
marcusjmsweden
12/13/2023, 4:23 PM
i have a "dummy" site that redirects all http requests that might be a problem
a
Anders Bjerner
12/13/2023, 4:26 PM
Generally we prefer to set it up the other way around - so that
site.com
redirects to
www.site.com
.
One major reason for this is that A records can only point to an IP address, whereas a CNAME can point to another domain. So we typically have the client create a CNAME for
www.site.com
pointing to an internal domain that we can control - eg. if we need to move the site to another server or something like that. Then we can do it without the client having to change anything.
Anders Bjerner
12/13/2023, 4:27 PM
In relation to Skybrud Redirects, I'm inclined to say that is probably more an issue with your setup than the package it self.
m
marcusjmsweden
12/13/2023, 6:29 PM
Well the strange thing is that it has worked before. It just suddenly stopped