Advice please - Wordpress on subdomain below asp.NET application

Discussion in 'Third-party applications' started by ATXDeveloper, Aug 16, 2013.

  1. Hey guys, I looked around for some help on this particular flavor of madness, but couldn't find the right info. I have my main app on:

    www.mydomain.com and
    mydomain.com

    It's straight up .NET. I want to put a wordpress site on blog.mydomain.com.

    Is this possible on this hosting environment, and if so, please help explain how to do it.

    Thank you,
    Patrick
     
  2. martino

    martino DiscountASP.NET Staff

  3. Hey thanks for the reply. I saw that post about the redirect, but that involves a response redirect which will change the URL using a 302 response code. I want the browser to resolve to the sub domain blog.mydomain.com naturally

    Am I wrong or is this possible to do within this hosting environment?
     
  4. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    I'm afraid the only way to do this would be to open up a new hosting account with the domain name blog.mydomain.com (if you want it to resolve naturally, that is), otherwise, some type of redirect is required when hosting multiple websites under the same hosting account (e.g. Response.Redirect, Server.Transfer, or URL Rewrite).
     

Share This Page