combining 2 web applications into a single one but making it look like 2 domain names?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andy B

    combining 2 web applications into a single one but making it look like 2 domain names?

    I have 2 web applications: Main and InHim. I currently have 2 domain names
    pointing to these applications. www.eternityrecords.org/ points to Main and
    www.inhim.eternityrecords.org points to InHim. The InHim application is sort
    of senseless because it only has 2 pages in it. I want to merge these 2
    applications but still keep the www.inhim.eternityrecords.org domain name
    pointing to the pages that were in the InHim application. How do I do
    something like this?


  • Evan Camilleri

    #2
    Re: combining 2 web applications into a single one but making it look like 2 domain names?

    If I understood well, what you need to do is use the request object to get
    the name of the url, that the user entered and then use server.redirect to
    redirect to that page.

    Evan Camilleri



    "Andy B" <a_borka@sbcglo bal.netwrote in message
    news:uURF7oV8IH A.2336@TK2MSFTN GP03.phx.gbl...
    >I have 2 web applications: Main and InHim. I currently have 2 domain names
    >pointing to these applications. www.eternityrecords.org/ points to Main and
    >www.inhim.eternityrecords.org points to InHim. The InHim application is
    >sort of senseless because it only has 2 pages in it. I want to merge these
    >2 applications but still keep the www.inhim.eternityrecords.org domain name
    >pointing to the pages that were in the InHim application. How do I do
    >something like this?
    >


    Comment

    Working...