Moving WordPress from subdomain to root
-
Hello,
I have read through the following and understand everything minus specifically what to place before /wp-blog.header.php.
https://codex.www.ads-software.com/Giving_WordPress_Its_Own_Directory
All my files are in a subdomain, ie., v1.mydomainname.com.
The example below seems to show how to change that /wp-blog-header.php file and doesn’t give specifics as to what to place in front.
Change the following and save the file. 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’);What would I put in place of ‘wordpress’ as again this is not a directory but a subdomain – just concerned about getting the path correct.
Thank you
- The topic ‘Moving WordPress from subdomain to root’ is closed to new replies.