How To Install WordPress On XAMPP & WAMP Localhost



Simple. 1. Install Wamp 2. Download wordpress from wordpress.org 4. Open Url 5. Create a database called ‘rabbit’ 6. Create a folder called ‘rabbit’ in c:/wamp/www/ 7. Put all files in wordpress.zip into c:/wamp/www/rabbit/ 8. Open c:/wamp/www/rabbit/wp-config-sample.php with Notepad+ or Wordpad and change following lines after ** MYSQL Settings to what written here. /** The name of the database for WordPress */ define(‘DB_NAME’, ‘rabbit’); /** MySQL database username */ define(‘DB_USER’, ‘root’); /** MySQL database password */ define(‘DB_PASSWORD’, ”); /** MySQL hostname */ define(‘DB_HOST’, ‘localhost’); 9. Save wp-config.sample.php and change its name to wp-config.php . 10. Open URL localhost/rabbit/wp-admin/install.php 11. Choice a language (English) and press enter. Write a title, type ‘kitchen’ as username and pick a good password. Then press install. Done You should’ve successully installed WordPress using WAMP.

Nguồn: https://marishka-moi.com/

Xem thêm bài viết: https://marishka-moi.com/category/cong-nghe

2 Replies to “How To Install WordPress On XAMPP & WAMP Localhost”

Leave a Reply

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