Hello. Help the novice figure it out. There is a site written in wordpress. I want to use it on a specific domain, but the condition for using such a domain is the use of their samopritny CMS. I really do not want to adapt to their "curve". Is it possible (through an iframe for example) on the main page to open another site on another hosting? Thanks in advance, and sorry for the idiotic question.

  • Is the JavaScript code window.location = "URL другого сайта"; appropriate for you window.location = "URL другого сайта"; ? - Peter Olson
  • And will they ban you because of this on this domain? - BOPOH
  • I have no idea really. I think they should not. Necessary to find out. A quick search through the documentation does not prohibit - Sergey
  • @PeterOlson and how to use it? <code> <html> <div> <script> function newDoc () {window.location.assign (" my.com" )} </ script> </ div> </ html> </ code> Something like this? - Sergey
  • And change hosting? - borodatych

0