Forum Moderators: open
btw: The problem with setting up a redirect as described above is that the request for the second domain will most often not be processed far enough to get to the redirect logic. The server/browser SSL handshaking will try to negotiate everything under the certificate of the 1st domain. This will result in the user getting a prompt from their browser to indicate that the domain of the URL does not match the name in the certificate. All of this takes place BEFORE the browser even sends the request for the actual page. So the processing would hit the redirect logic only if the user chooses to proceed anyway.