I have activated the SSL and used RapidSSL certificate. They sent me a subdomain number . I have tried logging in in the following ways: https://12.34.56.143/Login.aspx https://www.12.34.56.143/Login.aspx https://12.34.56.143/MyDomainName/Login.aspx it doesn't work. Any suggestions? --- I signed up for SSL and Rapid SSL. Everything went OK. I got the email pasted below. Now, I can NOT figure out how to connect to my secured page. The location of the page is: http://www.MyDomain.com/Payment.aspx I tried many combinations, such as https://subdomain.MyDomain.com/Payment.aspx and many more NONE of them worked. I appreciate any help. Thanks ======== Dear j.A. Your Unique IP/Unlimited Subdomain add-on has been processed. Your new IP address is xx.xx.xx.xxx <subdomain>.yourdomain.com will now resolve to the above IP address. To learn how to programmatically redirect subdomains to different subdirectories, please review this Knowledge Base article. See the billing summary in the control panel for billing details. <% If InStr( UCase(Request.ServerVariables("SERVER_NAME")), UCase("subdomain1.YourHostedDomainName.com") ) > 0 Then Response.Redirect("/subdomain1") ElseIf InStr( UCase(Request.ServerVariables("SERVER_NAME")), UCase("subdomain2.YourHostedDomainName.com") ) > 0 Then Response.Redirect("/subdomain2") ElseIf InStr( UCase(Request.ServerVariables("SERVER_NAME")), UCase("subdomain3.YourHostedDomainName.com") ) > 0 Then Response.Redirect("/subdomain3/home.asp") End If %>