Do you want to install WordPress in a subdirectory? Installing WordPress in a sub-directory allows you to run multiple WordPress instances under the same domain or even a subdomain name. In this article, we will show you how to install WordPress in a sub-directory without affecting the parent domain name.
1. Create A Subdirectory Under The Root Domain Name
First, you need to create a sub-directory or folder under your root domain name. This is where you will install WordPress files.
Connect to your WordPress hosting account using an FTP client or File Manager in cPanel.
Once connected, go to the root folder of your website. Usually it is the /public_html/ folder. If you already have WordPress installed in the root folder, then you will see your WordPress files and folders there.
Next, you need to right click and select ‘Create new directory’ from the menu. You need to be careful when choosing the name for your sub-directory. This will be part of your new WordPress site’s URL and what your users will type in their browsers to reach this website.
2. Upload Your WordPress Files
Your newly created sub-directory is empty at the moment. Let’s change that by uploading WordPress files.
First, you need to visit WordPress.org website and click on the download button.
Your browser will now download the zip file containing the latest WordPress software to your computer.
After downloading the file, you need to select and extract it. Mac users can double-click the file to extract it and Windows users need to right click and then select ‘Extract All’.
After extracting the zip file, you will see ‘wordpress’ folder containing all the WordPress files. Now let’s upload these files to your new subdirectory. Connect to your website using an FTP client and go to the subdirectory you created in the first step. In the local files panel of your FTP client, go to to the WordPress folder you just extracted. Select all files in the WordPress folder and then upload them to your new sub-directory.
3. Create A New Database
WordPress stores all your content in a database. You need to create a new database to use with your new WordPress site installed in a sub-directory.
First, you need to login to the cPanel dashboard of your WordPress hosting account. Click on ‘MySQL Databases’ under the databases section.
On the next screen, you will need to provide a name for your new database and then click on ‘Create Database’ button to continue.
Your cPanel dashboard will now create the new MySQL database. In order to use this database, you need to create a MySQL username. Scroll down to the MySQL Users section and provide a new username and password. Click on the ‘Create User’ button to continue.
Next, you need to give this newly created user privileges to work on the database you created earlier. Scroll down to ‘Add user to database’ section. Select your MySQL username and then select your newly created database.
Click on the “Add” button to continue. Cpanel will now grant the MySQL user full privileges on your newly created database.
4. Install WordPress
Now that everything is in place, you can go ahead and install WordPress. Simply visit the directory you created earlier in a web browser by typing the URL like this: http://example.com/your-subdirectory-name/.
This will bring up the WordPress installation wizard. First, you need to select the language for your WordPress website and click on the continue button. Next, you will be asked to provide your WordPress database name, database username, password, and host. Enter the database details and click on the submit button.
WordPress will now connect to your database and you will see a success message like this:
Click on ‘Run the install’ button to continue. On the next screen, you will be asked to provide a title for your website and choose an admin username, password, and email address.
After entering your website details, click on ‘Run install’ button to continue. WordPress will now set up your website and will show you a success message like this:
You can now go ahead and login to your new WordPress website installed in the sub-directory.