HELP! Setting up additional Domains

Discussion in 'DNS/Domain names' started by Augustus, Jul 28, 2010.

  1. Ok I have just about read everything I could find here regarding setting up additional domains and it's not working.

    Here is what I've done..

    Assigned the Winhost Nameservers to my domain
    Created a domain pointer to the domain
    Created a folder for the domain
    Created an Application Starting Point to the folder
    Put the following script in the beginning of my default.asp page on the root of the original site:
    <%
    If InStr( UCase(Request.ServerVariables("SERVER_NAME")), UCase("tlb.welcometoipad.com") ) > 0 Then
    Response.Redirect("/tlb")
    ElseIf InStr( UCase(Request.ServerVariables("SERVER_NAME")), UCase("ohwhatachange.com") ) > 0 Then
    Response.Redirect("/owac")
    ElseIf InStr( UCase(Request.ServerVariables("SERVER_NAME")), UCase("www.ohwhatachange.com") ) > 0 Then
    Response.Redirect("/owac")
    End If
    %>

    ***Items in bold are the new items to point to my domain***
    *tlb.welcometoipad.com redirect is working. The ohwhatachange.com redirect is not.

    When I look at the domains from the domain tab I see both domains - Welcometoipad.com and ohwhatachange.com (This shows that there is a domain pointer as the type for ohwhatachange.com)



    [​IMG]
    All this and it still isn't working!
    What am I doing wrong? :confused:


    Once I get this working I will do something that REALLY should be completed: A Step by Step Guide to clear this confusion.


    Thanks for any assistance anyone can give me. :eek:
     
    Last edited by a moderator: Oct 14, 2015
  2. Ray

    Ray

    If I type tlb.welcometoipad.com on my browser it redirects to the folder tlb just like how you coded it. But I tested ohwhatachange.com and this domain name is not registered. Not only you will need to setup ohwhatachange.com as a domain pointer but you have to register it in the world of the Internet. Log into the Winhost control panel and up on top you will see a button that reads order new domain name. You need to register this domain name. This is a separate charge.
     
  3. Domain is already registered

    The domain ohwhatachange.com is already registered with Godaddy and, as I stated, the nameservers point to Winhost.com nameservers.

    What else is there to complete?

    :eek:
     
    Last edited by a moderator: Oct 14, 2015
  4. Ray

    Ray

    You will need to setup them up as domain pointers on the Winhost accounts. This will create the header names so that they are directed to the correct root folder.
     
    Last edited by a moderator: Oct 14, 2015
  5. I think that's already done

    As I stated in my original post - I have setup the domain pointer for this domain.

    When I go to domain pointers it shows the following:

    Domain Pointer Email Alias
    ohwatachange.com On [Turn Off]

    Is there more to do?

    This is more difficult than it needs to be. Can/does anyone have a step by step post of how to add a domain to your account, as in 1. Do This, 2. Do this, etc? :confused:
     
  6. Mission Accomplished!

    Ok It's working! I found an error on my part. I put in a typo in the domain pointer. After correcting that AND creating a url rewrite rule with the IIS manager the new domain shows up.

    Thing is it shows as http://www.ohwhatachange.com/owac/ when I put in www.ohwhatachange.com

    I remember seeing a post about making this resolve to show the TLD and not the subfolder.

    Gonna go look that up and then post the steps I took (Sans the forum requests for help).

    :D
     
  7. Little assistance plz...

    I've hunted and can't seem to locate the post that describes what I need but so I'll just ask here...

    Additional domain is resolving to www.owhatachange.com/owac, I want it to resolve to www.ohwhatachange.com. I don't want the subfolder to show in the address.

    Thanks
    :eek:
     
  8. It all came together...

    I got it now. I had to use HTTP_HOST instead of HTTP+POST in the IIS Manager rule.

    Now its time to create that step by step...
     

Share This Page