How to Install WordPress on Localhost in Windows 10 with WampServer

Installing WordPress CMS on a localhost is a must for developers and enthusiasts. WP helps you build and test websites without needing a live server. Moreover, it allows you to explore WordPress features, themes, and plugins.

You can also develop your site securely and privately. In this guide, I will show you how to install WordPress on Windows 11 & 10 with WampServer. Plus, I will cover installing software and configuring your localhost environment.

Installing WordPress on Localhost

How to Install WordPress in Windows 10 & 11 Localhost

Before you start installing the WordPress CMS system, you need to install WampServer.

To avoid common problems when installing WampServer, we will install the IIS (Internet Information Services) service in the Windows operating system and then stop this service.

Steps:

To set up WordPress on localhost using WampServer, follow the steps below.

Step 1

To open the Run tool, press the Windows + R keys together, type services.msc, and press OK.

Services.msc

Step 2

You can examine the IIS (www) service in the Services window from the following image. To install the IIS service, access the Programs and Features option by right-clicking on the start menu.

Windows Services

Step 3

Choose the Programs and Properties window’s Turn Windows features on or off option.

Windows Features

Step 4

In the Windows Properties window, select the Internet Information Services checkbox.

Internet Information Services

Step 5

After selecting it, start the installation by clicking the OK button.

Enabling Internet Information Services

Step 6

Wait while the IIS service installs.

IIS Service

Step 7

After installing the IIS service, click Close to exit the window.

Windows Completed the Requested Changes

Step 8

You can see that the WWW publishing service is enabled in the Services box.

Checking IIS Service

Step 9

To stop this service, you must turn it off in the property window.

Stop WWW Service

Step 10

After the service stops, click OK to continue.

Word Wide Web

How to Install WampServer on Windows 10

Follow the stages below to install WampServer step by step on the Win10 operating system.

Step 1

Now, enter the first site after typing WampServer into the Google Search Box. After opening the WampServer site, click Download.

How to Install WampServer

Step 2

If your Win10 system is 64 Bit, download WampServer 64 Bit from this window.

Download WampServer

Step 3

Upon clicking the Download button, a little window will appear. Click the direct download option here.

Download WampServer 64 Bit

Step 4

Please wait for a little while until the WampServer download process begins.

Your Download Will Start Shortly

Step 5

After downloading the program, run it as an administrator.

Running the Software as Administrator

Step 6

Select the English language by default from the Setup Language window, then click OK to continue.

Select Setup Language

Step 7

In the License Agreement window, select Accept the Agreement.

License Agreement

Step 8

In the WampServer information window, click Next.

Reading Setup Information

Step 9

In the Select Destination Location window, do not change the value of C:\wamp64 and click Next.

Select Destination Location

Step 10

In the Start Menu Folder setting, click the Next button.

Select Start Menu Folder

Step 11

In the Ready to Install, click the Install button.

Ready to Install

Step 12

Wait while installing WampServer.

Installing WampServer

Step 13

WampServer will use the Internet Explorer browser by default in the system. When the Setup window opens, you can select the desired browser after answering Yes to whether you want to choose another browser on your system.

Selecting Web Browser

Step 14

To select the default browser, continue by selecting iexplore.exe in the window that opens.

iexplore.exe

Step 15

Here, WampServer says that it will use the Text Editor by default.

Selecting Text Editor

Step 16

After reading the information in this section, hit Next to continue.

Finishing the Setup

Step 17

After the WampServer installation is complete, press Finish.

Completing the WampServer64 Setup Wizard

Step 18

Right-click the WampServer shortcut on your desktop and run it as administrator.

Start WampServer as Administrator

How to Fix MSVCR110.dll

Yeah! Many people encounter this error! A missing DLL error on the operating system is the cause of the MSVCR110.dll error.

Follow these steps to fix the MSVCR110.dll error when installing WordPress.

Step 1

Download the MSVCR110.dll file from the following button and copy it to C:\Windows\System32.

Download MSVCR110

MSVCR110.dll Error! Click OK to continue.

Windows 10 MSVCR110.dll Error

Step 2

After copying the MSVCR110.dll file, you can see that the shortcut is Green after opening the program by clicking on the program shortcut. Now click on the program, then press phpMyAdmin.

Starting PhpMyAdmin

Step 3

Open PhpMyAdmin.

Configuring PhpMyAdmin

Step 4

The user name is Root by default on the phpMyAdmin page. The password section must be empty. Continue by clicking the Go button.

Welcome to the PhpMyAdmin

Step 5

The initial step involves creating a new database on the phpMyAdmin page.

Create a New Database in PhpMyAdmin

Step 6

Type the name you want as the database name, and then select utf8_general_ci in the language code and choose the Create button.

utf8_general_ci

Step 7

Choose the database you created. Then, hit the Authorities section.

Authorities

Step 8

You can create another user name in the Authorities section and grant full authority to access the database. By default, it is Root.

Editing Authorities

How to Install Localhost WordPress on Windows 10

You can now continue with the installation steps after installing the virtual server. In short, this is the program needed to install WordPress on a localhost PC.

Steps:

Step 1

First, download WordPress’s latest version to your Localhost computer.

Download WordPress

Step 2

After downloading it, extract the compressed file. And then, copy all the files to install WordPress.

Copying All the Files

Step 3

Head over to the WampServer installation directory.

Viewing Wamp64 Folder

Step 4

Go to the www folder in the WampServer folder.

Viewing WWW Folder

Step 5

Paste all the WordPress installation files you copied into the www folder.

Pasting Copied Files

Step 6

Everything is fine until this step!

Localhost Files

Step 7

Launch the Internet Explorer, enter localhost in the URL field, and hit Enter.

Connecting to Localhost with Internet Explorer

Step 8

On the Localhost WordPress setup screen, hit Let’s Get Started.

Getting Started with WordPress

Step 9

Type the name of the database that you created in phpMyAdmin.

Writing Database Information

Step 10

Type Root for the username and leave the database password blank. Then, choose Submit.

Send

Step 11

Now, hit the Install button.

Install

Step 12

You can input all of the relevant information for your site here. You need to set a strong password for your WordPress admin panel. Then, hit the Install WordPress button to complete the installation.

Configuring WordPress Admin Login Information

Step 13

If the database connection with WordPress is successful, as seen in the picture below, continue by clicking the Login button.

Login

Step 14

Enter your designated username and password credentials, and subsequently, initiate the login process by selecting the “Login” option.

Wp-Admin Login

Step 15

You have finished installing WordPress using WampServer on Windows 10!

Welcome to WordPress!

Frequently Asked Questions (FAQ)

  1. How to install WordPress?
Before installing WordPress, we need to do some things. For example, we need to choose a hosting provider at the beginning. But what we need to know here is that it needs to support WP. Still, many providers offer one-click installation options. Then, we need to download WP from the official website and upload these files to our server with an FTP client.
After these basic tasks, we need to create a new database. First, specify the MySQL user and password. Then, enter your database information in the wp-config.php file and save it. The last step is to go to your website URL and start the WordPress installation process.
  1. What is required for WordPress?
The most basic requirement for running WordPress successfully is web hosting. This means you need a server that supports PHP and MySQL. In addition, you will need a domain name so that they can find you online. If that’s all you need, make sure you have installed PHP 7.4, MySQL 5.7, and MariaDB version 10.3.
In addition to the versions I mentioned, of course, security is also essential. For this reason, I recommend having an SSL certificate for HTTPS support.
  1. Is it free to create a WordPress site?
You can download and use the essential WP software. However, there are some associated costs when it comes to creating a WordPress site. For example, firstly, there is the hosting provider. Secondly, there is the cost of registering a domain name, which is the site address. Thirdly, if you are going to use a premium theme, there is also a subscription cost.
  1. How do I log into WordPress?
If you want to go to the WP admin dashboard, I can say that this process is simple. First, go to your website.com/wp-admin or /wp-login.php. Enter your WP username and password on the screen that opens. Suppose you do not want to type this information over and over again. In that case, you can also select the Remember Me option.

Conclusion

In this helpful article, we discussed how to run & install WordPress. A website hosted on WordPress infrastructure is easy to manage. Still, the plugins you add to your site may sometimes give errors. Therefore, you should always make a backup of your site. Thanks for following us!

Add a Comment

Your email address will not be published. Required fields are marked *