Can someone complete this line of code please?
-
My wp blog is in a sub-directory and it works fine except:
I want to have my home url set to: https://www.baythemoon.com
and my wp blog url set to https://www.baythemoon.com/blogI know I have to copy the index.php and .htaccess to the root and modify the index.php. I have copied them and tried all sorts of changes to the php file, but the result is always Page Not Found. It is because I don’t understand the bold part of the following instruction:
Change the line that says:
require(‘./wp-blog-header.php’);
to the following, using your directory name for the WordPress core files:
require(‘./wordpress/wp-blog-header.php’);Can some kind soul tell me what it should be?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Can someone complete this line of code please?’ is closed to new replies.