subdomain

Discussion in 'Domain names / DNS' started by gornati, Nov 30, 2011.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Do i have to order the unlimited subdomain + unique ip, just to have 1 single subdomain, which i need to point to another ip?
     
  2. If you are using our name servers yes you will need to order the add-on to be able to create a sub-domain. Do you really need to point it to a particular IP address? Would a CNAME record be an option?
     
  3. Sub Domain Issue

    I have "Unlimited Subdomain Includes Unique IP" on discountasp

    I've never been able to configure :mad: using this :

    If InStr( UCase(Request.ServerVariables("SERVER_NAME")), UCase("subdomain1.YourHostedDomainName.com") ) > 0 Then
    Response.Redirect("/subdomain1")
    End If

    Someone can help me ??
     
  4. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    I'm not sure I understand what the problem is. If you're trying to redirect a subdomain to another server, you just need to point it to the other server's IP address.
     
  5. My problem is...

    Hi , I have "Unlimited Subdomain Includes Unique IP" on discountasp

    I checked your configuration about subdomains: https://support.discountasp.net/KB/a...directory.aspx

    I added some like this:

    If InStr( UCase(Request.ServerVariables("SERVER_NAME")), UCase("mySubdomainName.YourHostedDomainName.com") ) > 0 Then
    Response.Redirect("/myfolder")
    End If

    And the actual result is:
    request: mySubdomainName.YourHostedDomainName.com
    response: mySubdomainName.YourHostedDomainName.com/"foldername" and it's wrong to me, I don't need this "foldername" on url, just mySubdomainName.YourHostedDomainName.com as a new root site, I'm doing something wrong ? Thanks.
     
  6. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page