Any way to default the address to https instead of http? I typed mydomain.com in the browser, it always returns [mydomain.com....] I want it to be [mydomain.com....]
Can I do it in nameserver side?
wheel
9:56 pm on Jun 16, 2008 (gmt 0)
Nope, at least I don't think so. I think you need to do it through apache. Redirect everything from http:// to https:// (probably just a redirect to a different port number).