error says this file is missing
/wp-blog-header.php
which may be indicative of others missing
Thread Starter
Squirm
(@squirm)
I got this error due to moving the WordPress installation to a sub-directory but I am not sure what I have done wrong…
Thread Starter
Squirm
(@squirm)
/wp-blog-header.php is there. I moved the whole directory so there should be no missing files…
Thread Starter
Squirm
(@squirm)
then best guess is you didn’t change the wp-config.php properly
example
require('./wordpress/wp-blog-header.php');
so index.php is in your root directory
and everything else is in a folder named german-car-repair-roswell-ga
is that correct?
Thread Starter
Squirm
(@squirm)
No, Rev.V
I want the whole WordPress install nested in a folder named german-car-repair-roswell-ga. Currently all of it resides in there.
Is that an issue?
Thanks
What URL do you want WP to be? domain.com or domain.com/german-car-repair-roswell-ga ?
Thread Starter
Squirm
(@squirm)
domain.com/german-car-repair-roswell-ga
Okay π Then you followed the wrong directions
http://codex.ww.wp.xz.cn/Moving_WordPress#Moving_WordPress_Within_Your_Site is what you should have done (the only you followed was to move WP to a subfolder, but have the URL be domain.com)
so…. your main wordpress index.php should be in that incredibly long name folder, which it sounds like it is
The index.php should be original, unedited. It does not need to point to ./german-car-repair-roswell-ga/wp-blog-header.php. Reason being, it is looking for a folder named german-car-repair-roswell-ga inside of the german-car-repair-roswell-ga folder…. because it is already in the german-car-repair-roswell-ga folder…. does that make sense? IT should just point to ./wp-blog-header.php
and both URLs in general settings (or in your database if you have to manually do it) should reflect domain.com/german-car-repair-roswell-ga
Thread Starter
Squirm
(@squirm)
Awesome… That is what I was doing wrong… Thanks guys!
I’m glad we were able to work through it! Because I was getting myself corn fused