Comment installer Wordpress sous wampserver ?

Asked  Mar 26, 10:38 am 156 Views Add Your Answer
Asked  Mar 26, 10:38 am
0 Dislikes
0 Comments

1 Answers

Added  Mar 27, 07:38 pm

To install WordPress under WampServer, you can follow these steps:

  1. Download and Install WampServer: You can download WampServer from the official website, and then install it on your computer.
  2. Download and Install WordPress: You can download the latest version of WordPress from the official website, and then extract the files to a directory under the WampServer's www directory (for example, C:\wamp64\www\wordpress).
  3. Create a Database: In order to use WordPress, you need to create a database. Open phpMyAdmin in your web browser by typing "localhost/phpmyadmin" in the address bar, then create a new database.
  4. Configure WordPress: Navigate to the WordPress directory under the www directory (for example, C:\wamp64\www\wordpress) and rename the file "wp-config-sample.php" to "wp-config.php". Open the "wp-config.php" file with a text editor and replace the database name, username, and password with the ones you created in step 3.
  5. Start WampServer: Start WampServer by clicking on the icon in the system tray, then click on "Start All Services".
  6. Install WordPress: Open your web browser and navigate to "localhost/wordpress". Follow the instructions on the screen to install WordPress.
  7. Finish the Installation: After completing the installation, you can log in to the WordPress dashboard and start customizing your site.

Thanks.

1 Likes 0 Dislikes
0 Comments
×