How to set domain to a given app

Discussion in 'General troubleshooting' started by KenBelzer, Aug 14, 2013.

  1. I'm new to your hosting and the tools are quite different from the tools I have used for 10 years. I have setup a app called "dotnetnuke" inside of my domain "TECHicity.net". I want it so when someone types www.TECHicity.net it run the app "TECHicity/dotnetnuke". I do not EVER want "dotnetnuke" showing in the URL to visitors. What do I need to do?
     
  2. You can either create a redirect rules within the root’s web.config file or you can use the ‘URL Rewrite’ module found within IIS Manager. Personally I like to use the URL Rewrite module but each person prefers a different method. I have included some article below, they are mainly for redirecting subdomains or domain pointers to a specific directory, but it is all the same concept.

    http://support.Winhost.com/KB/a649/how-to-redirect-a-subdomain-to-a-subdirectory.aspx

    The below links are for using the URL Rewrite module.

    https://support.Winhost.com/KB/a1130/how-to-host-multiple-domains-under-one-site-account.aspx
    http://forum.Winhost.com/showthread.php?t=4545&highlight=url+rewrite+blog
    http://weblogs.asp.net/owscott/arch...-multiple-domains-under-one-site-part-ii.aspx
    http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx
    http://blog.benpowell.co.uk/2010/02/Winhostcom-how-to-really-run-multiple.html

    I have also included our knowledge base article for download/connection instructions for IIS manager if you have not already downloaded it to your local computer.

    https://support.Winhost.com/KB/a628/using-the-microsoft-iis-70-manager.aspx
     
    Last edited by a moderator: Oct 14, 2015
    Michael likes this.

Share This Page