When WordPress is installed, it will only work correctly within the folder that the program was installed in.  In order to move WordPress to a different folder within your account, a few modifications to the coding is required.  For example, you may need to do this if originally you installed WordPress on yourdomain.com, but later decide that you want the WordPress site in yourdomain.com/blog.

How do I move my WordPress site to a different folder?

Moving your WordPress website to a new folder is easy!  There are different methods to complete this task, however this is the way that we recommend:

  1. Login to your cPanel and access your File Manager.
  2. Next, navigate to the folder that currently has your WordPress files.
  3. Now we will copy all the files. (Not Cut. Until the site is working in the new folder we do not want to remove it from the old folder).  To copy the files, click the Select all button at the top of the page.  Once all the files and folders are selected, click on Copy in the File Manager menu bar.
  4. A new window appears where you will instruct File Manger where to copy your files to.  In the filed provided, type in the new folder that you want your WordPress website moved to and click Copy File(s). This may take a minute or two, depending on the size of your website, so do not be alarmed if nothing appears to happen for several minutes.
  5. Once it is done, navigate to the folder that you moved your WordPress website to and confirm that the files were copied.
  6. Scroll down to the file called wp-config.php, right click on the file and select Code Edit.

    Now that you have opened the wp-config file, you will just need to add two lines of code to let the WordPress software know the new location of the website.  In your wp-config file you will see coding that looks similar to this:

     /** MySQL hostname */
    define('DB_HOST', 'localhost');

    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');

    /** The Database Collate type. Don't change this if in doubt.
    */ define('DB_COLLATE', '');

    After the coding that looks like the example above, you are going to enter in two lines of code:

    define('WP_HOME','http://example.com/newlocation');
    define('WP_SITEURL','http://example.com/newlocation');

    Make sure that you keep the formatting exactly the same, and replace example.com/newlocation with the folder that you moved your WordPress website too.

  7. Once you have added the two lines of code, click the Save Changes button at the top of the page.

    You can navigate to the new location in your web browser and make sure that it worked.  If it does not appear, then make sure that the added code is correct as the exact syntax and capitalization must be used for it to work properly.

  8. Once you have thoroughly tested your site and verified that all files and folders were moved correctly, you can then delete the files and folders in the original folder where WordPress was installed (where you copied from in Step 3 above).

Congratulations, now you know how to Move your WordPress site to a different folder!

Did you find this article helpful?

We value your feedback!

Why was this article not helpful? (Check all that apply)
The article is too difficult or too technical to follow.
There is a step or detail missing from the instructions.
The information is incorrect or out-of-date.
It does not resolve the question/problem I have.
How did you find this article?
Please tell us how we can improve this article:
Email Address
Name

new! - Enter your name and email address above and we will post your feedback in the comments on this page!

Did you find this article helpful?

Comments

2012-05-28 11:48 pm
I think I;m almost there. I copied the content of the Public-html/wordpress folder to the public-html folder and edited the but when I edited the /home/pikeli5/public_html/wp-config.php file as directed to add define('WP_HOME','http://pikelions.org/public-html');
define('WP_SITEURL','http://pikelions.pikelions.org/public-html');
. Now I get the original word-press seti I initially tried to setup instead of the Premium Site Builder one (a good thing) but all of the pages that were in the public-html/wordpress directory don't show up and I can't login to word-press any more:-(
2013-08-11 10:58 am
Can we also move wordpress (or other software) from a sub folder to a subdomain? For example, can we move a wordpress blog from example.com/blog to blog.example.com ?
If so, is the process the same?
Staff
17,314 Points
2013-08-12 9:04 pm
Hello Joe_Shiki,

Thanks for the question. If your Wordpress files are already in the folder for the subdomain, then you don't need to move them. The main thing you'll need to worry about is the URL. You will need to update the URL as per the article above. This would be in addition to creating the subdomain entry in the cPanel.

I hope this helps to clarify the issue! Please let us know if you have any further questions or comments.

Regards,
Arnel C.
n/a Points
2016-01-26 12:08 pm

Does this process take care of old social media and other shared posts? In ohter words, by doing this will all previously posted and shared links work normally? 

Staff
1,348 Points
2016-01-26 7:42 pm
Yes, since all of the critical data for your site is in the database, everything should remain unchanged if this process is done correctly.
n/a Points
2016-01-27 10:15 am
Sorry if this question sounds unncessary, but do you mean to say if for example a post has two embeded external links in it https://abc.com/123/xyz/sample and an image link http://xyz.pqr.com/123/sample and the post has been shared on social medias and also sent through email / newletters. Will all those who click on those links be able to land on the right destination if the website folder is changed as per the above process? In other words, will not those links look for those particular directories mentioned in the links and return error 404? Or is this all taken care of by the database?
Staff
17,314 Points
2016-01-27 8:05 pm
Hello Mayapur Voice,

The article title is mis-leading. I have it on the list of articles that will be re-written to be clearer about the actual process of moving WordPress into a different folder. The process above actually allows you to set it so that WordPress LOOKS to a different location for the WordPress files. This is very often the case when people install WordPress into something like http://wordpress_site.com/blog and then want their URL to be only http://wordpress_site.com . If you want to have the actual WordPress documentation on moving a WordPress site, please see Moving WorddPress. This is directly from the WordPress Codex. Apologies for the confusion!

If you have any further questions or comments, please let us know.

Regards,
Arnel C.

Post a Comment

Name:
Email Address:
Phone Number:
Comment:
Submit

Please note: Your name and comment will be displayed, but we will not show your email address.

Related Questions

Here are a few questions related to this article that our customers have asked:
Would you like to ask a question about this page? If so, click the button below!
Need More Help?

Help Center Search

Current Customers

Email: support@WebHostingHub.com Ticket: Submit a Support Ticket
Call: 877-595-4HUB (4482)
757-416-6627 (Intl.)
Chat: Click To Chat Now

Ask the Community

Get help with your questions from our community of like-minded hosting users and Web Hosting Hub Staff.

Not a Customer?

Get web hosting from a company that is here to help.
}