1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Multiple Sites for Same Domain

Discussion in 'Site & Server Administration' started by techiegirls, Feb 27, 2020.

  1. #1
    Website A is the main website with hundreds of pages. Website B contains 8 replacement (promotional) pages and should be live for a few months. Website B homepage should replace Website A homepage for this period. All the pages except the 8 replacement pages should be available online. Website B will contain links to subpages of Website A.

    Website A currently on Sharepoint 2010 and Website B will be WordPress - these can live on the same server or different servers.

    Is it possible to have the DNS point to the homepage of Website B while the webpages of Website A is still accessible. When the user types in www.example.com they should no longer land on the homepage of Website A but on the homepage of Website B. If they click on the links on homepage Website B they should be able to access the relevant pages on Website A.
     
    techiegirls, Feb 27, 2020 IP
  2. RoseHosting

    RoseHosting Well-Known Member

    Messages:
    230
    Likes Received:
    11
    Best Answers:
    11
    Trophy Points:
    138
    #2
    DNS is not capable of pointing domains to specific pages. At DNS level you can only point the domains/subdomains to the server where the websites are hosted, where depending on the web server, you can create specific virtual hosts, redirect rules, etc..
     
    RoseHosting, Mar 10, 2020 IP
  3. JEET

    JEET Notable Member

    Messages:
    3,822
    Likes Received:
    502
    Best Answers:
    19
    Trophy Points:
    265
    #3
    If you want to do a redirect of example.com to website B, and want to access example.com/page on website A, then it won't work.

    You can however keep website A on example.com, and put a code in the HTML of website A homepage to redirect to example-B.com pointing to website B.

    That way when someone clicks a link on website B, like example.com/page, it will still work.

    You can do a 301 redirect of website A homepage to website B homepage, in case you want to pass something something for SEO purposes...
     
    JEET, Mar 10, 2020 IP