4

Click here to load reader

Install wordpress on wamp server in php

Embed Size (px)

DESCRIPTION

In this article I will tell you the process of installing WordPress in a WampServer. WordPress is a Content Management System. A Content Management System is a series of programming pages connected to a database that allows one to retrieve information from that database in the form of content.

Citation preview

Page 1: Install wordpress on wamp server in php

Wordpress Tutorials By Vineet Kumar Saini

https://vineetsaini.wordpress.com/

Install Wordpress on WampServer in PHP

WordPress is a Content Management System. A Content Management System is a series of

programming pages connected to a database that allows one to retrieve information from that database in the form of content. In this article I will tell you the process of installing WordPress in a WampServer. Step by step installation process of WordPress on WampServer

Step1. First of all we will download WordPress from http://www.wordpress.org. After downloading WordPress we will unzip the WordPress files.

Step 2. Now copy the WordPress files into c:\wamp\www\ .

Step 3. Now we will create a database in WampServer. Like as in the following image:

Step 4. Now rename the wp-config-sample.php as wp-config.php in the WordPress folder in

root directory (c:\wamp\www).

Step 5. Now open the wp-config.php file, then enter the database name, username, password etc. Like as in the following image:

Page 2: Install wordpress on wamp server in php

Wordpress Tutorials By Vineet Kumar Saini

https://vineetsaini.wordpress.com/

Step 6. Now run WordPress as localhost/wordpress/wp-admin/install.php in the web browser. Then enter the site name, username, password and email, then click on the Install WordPress button.

Page 3: Install wordpress on wamp server in php

Wordpress Tutorials By Vineet Kumar Saini

https://vineetsaini.wordpress.com/

Step 7. Now you will click on the Log In button.

Step 8. Now we will enter the username and password for Log In.

Page 4: Install wordpress on wamp server in php

Wordpress Tutorials By Vineet Kumar Saini

https://vineetsaini.wordpress.com/

Conclusion

So in this article you saw how to install WordPress in a WampServer in PHP. Using this article one can easily understand installation of WordPress in a WampServer.