Just Host Web Hosting Help
Migrate WordPress to Another Folder
Summary
This article explains how to move your WordPress website from one folder within your hosting account to another.
What You Need
Before you move your WordPress site, there are a few things you need to know:
- The username and password to your Just Host account.
- A basic understanding of what files and folders are.
- The current location (folder and URL) of your WordPress site.
- The destination (folder and URL) of your WordPress site.
- The username and password to your WordPress site. (Optional)
Access the File Manager
The File Manager on your account can be used to move or copy files on your server. You'll use it to move your WordPress files.
- Log in to your Just Host control panel.
- Click the Hosting tab at the top.
- Then click the cPanel link under hosting.
- Scroll down to the Files section and click on the File Manager icon.
- Next, you may be asked to select a directory to open. If so, select Web Root and check the box to Show Hidden Files, then click Submit to proceed.
The File Manager will load and show you the files and directories in your account.
Copy The Files
Now that you are in the File Manager, you need to locate your files and copy them to the destination directory. The location of your files may vary, but your main site will be in the public_html directory. Other sites usually have their own folders inside the public_html directory.
It is highly recommended you copy the files rather than move them from the original location. Once the migration is complete and you have verified the site is working, you can remove the files in the old location. To complete the steps in this walkthrough, the files must be copied not moved.
- In the File Manager, navigate to the directory containing your WordPress site.
- Click the Select All icon.
Note: If you have more than just WordPress files in your directory, you may want to deselect some files to avoid copying them. - Once you the files have been selected, click Copy at the top of the screen.
- In the Copy popup, type the destination folder into the box next to the home icon.
- Click Copy File(s).
Update The URL (Optional)
Moving your website from one folder to another will change your URL unless you have adjusted the domain assignments to accommodate the change within your account. If you want to know more about domain assignments please, see Assigning an Addon or Parked Domain
Before changing the URL setting in your site, you must be certain the new URL is correct. Setting the wrong URL will break your WordPress site!
How do I find the correct URL?
Finding the correct URL isn't hard. A URL consists of a domain such as www.example.com. The domain is assigned to a folder in your account like public_html. When someone types "www.example.com" into the browser, the website will load from public_html folder. If there is a folder inside public_html containing a website the URL would be "www.example.com/folder-name", where folder-name is the name of the specific folder inside public_html.
For example: The domain example.com is assigned to public_html. If you move the WordPress site from public_html to the public_html/blog folder, the new URL of the WordPress site would be http://www.example.com/blog/
Follow these steps to update your WordPress URL:
- Log in to your WordPress site using the old URL.
Note: Since the files were copied and not moved, your original site should still exist. You should not remove the original files until you have verified the site works in the new location. - Hover over the Settings menu on the left side and click General.
- Under General Settings, enter the new URL for both the WordPress Address URL and Site Address (URL).
- Click Save Changes.