moved website to new directory problem wp-load
-
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…
Thanks for your help!
- The topic ‘moved website to new directory problem wp-load’ is closed to new replies.