Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    This is wrong:
    require('http://ktc.406northlane.com/blog/wp-blog-header.php');

    You can’t include a site onto a different site like that. In fact, what you’re trying to do probably can’t be done at all without some major modifications.

    If you want to point one URL at another, you need to set up a redirect at the URL and have it point to the other one that way.

    Thread Starter iuchewie

    (@iuchewie)

    OK, so if I setup a redirect, someone would goto http://blog.killthecan.org/ and then be redirected to http://ktc.406northlane.com/ correct?

    Essentially what you’re saying is, there’s no way for the URLs to continue to be killthecan.org rather than 406northlane.com correct?

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Not unless you actually put the site on killthecan.org instead. This could be done with DNS, probably. You have to talk to your hosting service about it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Self hosted blog on different domain… possible?’ is closed to new replies.