1

I need to have domainB show the contents of domainsA without redirect. Oh and its WordPress if that makes it worse.

Support just said "You gotta clone the website" but there's gotta be a better way.

It's cloud hosting from HostGator so I don't have access to virtualhosts.

Comments
  • 0
    cname?
  • 1
    @electron so I added the record.

    Name map.domainB
    CNAME domainA

    I've got got the siteurl, home url, and cookie domain set dynamically.

    I've got the following error for some files request blocked by CORS policy: No access control allow origin

    So it's calling the domainA instead of domainB. I'm assuming its something I'd have to fiddle within the theme itself.
  • 1
    Fixed the access issues but no idea how. I logged in and setup JetPack as a separate site and everything seems to be fine now.
  • 2
    Try to get them to set the virtualhost documentroot to siteA
  • 0
    iframe?
  • 1
    @Parzi excuse me what the fuck
Add Comment