How do I have additional domains resolve to my account?

Discussion in 'Hosting Services / Control Panel' started by Takeshi Eto, Dec 13, 2008.

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

    Takeshi Eto DiscountASP.NET Staff

    You can use the Root Domain Pointer addon to point the domain to the root of your account. Then you can programically redirect the domain to a subdirectory.


    Eric
    DiscountASP.NET - Microsoft Gold Partner
    - Best ASP.NET Web hosting: 2008, 2007, 2006, 2005 - asp.netPRO Magazine
    - Best ASP.NET Web Hosting: 2007, 2005 - Visual Studio Magazine
    - kb.discountasp.net - community.discountasp.net - www.daspblog.com
     
  2. Hi,
    In your DASP Control Panel you can view any domains that were added by DASP.
    Once you have a root domain all others can be added as Pointers.
    From your CP this is done via a request to the DASP Support.
    The Pointers do not need to be added by DASP, as an example all of my domain pointers are hosted by GoDaddy for DASP Servers.

    Once you have the correct root domain and additional pointers you need to create code for your site to filter the incoming requests.
    This can be done with and without sub-domains, you can use code methods from your language of choice, i.e. Classic ASP or ASP.NET

    The folders or sub-domins you use are not done via a CP option here, you have full control of this via coding.
    Salute,
    Mark




    Technical Evangelist for DiscountASP.NET
    http://www.iis7test.com/webcasts/
    http://weblogs.asp.net/markwisecarver/
    http://blogs.windowsclient.net/wisecarver/default.aspx

    (Microsoft IT Usability http://msitusability.multiply.com/)
     
  3. Thank you for response!
    As I understand, each pointer costs 15$ to establish.
    Do I have to write redirection code in all pages of my sub domain or where?
    Sorry for this question but I have never before did such things.

    Gregory
     
  4. Hello to all!

    How do I have additional domains resolve to my account?
    Maybe someone already done this before and can explain to me the process.

    I have transfered one website to discountasp.net hosting account and now want to transfer another three websites to same account and place them as sub directories at root folder.
    root/firstwebsite.com and then point server names to this sub folder.

    Is it possible?

    Thanks
     
  5. Hi,
    This is really easy in Classic ASP, works quickly also.
    The code below shows how it can be done.
    Notice the tic marks that are commenting out useful debugging methods.
    You can uncomment those to catch other server variables.

     
  6. I need redirection code in classic ASP written in server side javascript.
    Thanks
     
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