XAMPP stands for Cross-Platform, Apache, MySQL, PHP, and Perl. It’s a simple and lightweight solution that allows you to create a local web server for testing purposes. XAMPP is widely used by developers to run websites locally before making them live.
WordPress is an online, open-source website creation tool written in PHP. In simpler terms, it’s probably the easiest and most powerful blogging and website content management system (CMS) in existence today. Whether you’re creating a blog, portfolio, or business website, WordPress makes it easy to manage content.
C:\xampp\htdocs\wordpress
(you can rename the folder to your desired site name).wordpress_db
) and click “Create”.htdocs
and find the file named wp-config-sample.php
.wp-config.php
.wp-config.php
in a text editor (e.g., Notepad++ or VS Code).define('DB_NAME', 'wordpress_db'); // Replace with your database name define('DB_USER', 'root'); // Default username for XAMPP define('DB_PASSWORD', ''); // Leave empty as XAMPP's root has no password
🎉 Congratulations! Your WordPress site is now live locally on your PC.
localhost
, make sure Apache and MySQL are running in the XAMPP Control Panel.Studio Ghibli is famous for its beautiful, hand-painted animation style with soft colors, dreamy landscapes,…
When creating a website, choosing the right Content Management System (CMS) is crucial. There are…
If you’re building a WordPress website, you’ll need plugins to add important features like contact…
Selecting a best WordPress theme may be a small detail, but it has a big…
WordPress is one of the most popular content management systems (CMS) in the world, but…
WordPress speed optimization is one of the most important factors in user experience and SEO.…