Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • note… I was thinking I could hide the WP site-in-development in a subfolder (“wpsystem”), and just copy over the old site to the new host root for the time being. but when it’s ready, and after deleting the old site, i’m not sure how to make the wp site go live and keep all the links working… looks like they would break. (strategy there is to keep wp installation files in the subfolder, and just move the index.php and .htaccess files from subfolder to the root, adjusting the code of index.php from
    require (‘./wp-blog-header.php'”;
    to
    require (‘./wpsystem/wp-blog-header.php’);

    I have a similar problem…BUT… I have a client with an active site (not WP) on a different web host. New WP site with premium theme will be set up on new web host. How do I work on the new site, allowing client to review as we go, while keeping old site live until new site is ready for prime time? Working on the new site locally won’t do, since client can’t see it. Setting up an “under construction” index page won’t do, because client wants old site live until new site is ready.

    It seems to me that I can’t work on the WP site on the new web host until the new host is “live”… have I got that wrong? When I tried it before, no images or formatting were visible until I changed the nameserver from the old host to the new.

Viewing 2 replies - 1 through 2 (of 2 total)