• I’m new and looking for help…

    I have two websites on my hosting account. site one is in the public_html/rootName/ and works fine. site two was in public_html.

    Files were a mess so I created a new directory for site 2

    First error was the index.php so I followed directions to copy the index.php and htaccess to my new root folder. I corrected the address to( dirname( __FILE__ ) . ‘/folderName/wp-blog-header.php’ ) for site 2

    Now there is an index.php in the public_html directory, one in site one and one in site two. There is an htaccess in site one and site two.

    After all that my new error when signing into site two is: Warning: require_once(/home/leslielaas/public_html/wp-includes/load.php): failed to open stream: No such file or directory in /home/leslielaas/public_html/wp-load.php on line 42 this plus the fatal error…

    http://www.leslaas.com

    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to review Moving_WordPress.

    Thread Starter leslielaas

    (@leslielaas)

    new guy again… went to the page moving_WordPress did this:

    If you are changing to a new server but same domain, all you need to do is edit wp-config.php with your new database/user information and upload everything as it is to your new server.

    changed database to the correct name define(‘DB_NAME’, ‘leslielaas_wp1’); and now I have a new error:

    Warning: require_once(/home/leslielaas/public_html/leslaas/wp-load.php): failed to open stream: No such file or directory in /home/leslielaas/public_html/leslaas/wp-admin/admin.php on line 30

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘moved website to new directory problem wp-load’ is closed to new replies.