How to Install Xampp on Windows| Wordpress Tutorials For Beginners | Urdu/ Hindi Tutorials

Опубликовано: 17 Март 2026
на канале: Ali Rizwan
134
4

To install XAMPP on Windows, follow these steps:

1. **Download XAMPP**:
Go to the official XAMPP website (https://www.apachefriends.org/index.html) and download the latest version of XAMPP for Windows.

2. **Run the Installer**:
Once the download is complete, locate the downloaded file and double-click it to run the installer.

3. **Choose Components**:
During the installation process, you will be prompted to select which components to install. By default, Apache, MySQL, PHP, and phpMyAdmin are selected. You can also choose to install additional components if needed.

4. **Choose Installation Directory**:
Select the directory where you want to install XAMPP. The default directory is usually `C:\xampp`, but you can choose a different directory if you prefer.

5. **Start Installation**:
After selecting the components and installation directory, click on the "Install" button to start the installation process.

6. **Complete Installation**:
Wait for the installation to complete. This may take a few minutes depending on your system's speed.

7. **Run XAMPP Control Panel**:
Once the installation is finished, you can run the XAMPP Control Panel from the Start menu or by navigating to the installation directory and double-clicking on `xampp-control.exe`.

8. **Start Apache and MySQL**:
In the XAMPP Control Panel, click on the "Start" buttons next to Apache and MySQL to start the Apache web server and MySQL database server.

9. **Test Installation**:
Open a web browser and type `http://localhost` in the address bar. If XAMPP has been installed successfully, you should see the XAMPP dashboard.

10. **Configure PHP and MySQL (Optional)**:
You can configure PHP and MySQL settings by editing the `php.ini` and `my.ini` files located in the `xampp\php` and `xampp\mysql` directories respectively.

That's it! You've successfully installed XAMPP on your Windows system. You can now start developing and testing your PHP and MySQL-based web applications locally.

#xamppinstallation #WindowsDevelopment #webdevelopmenttools #localserver #phpdevelopment #MySQLSetup #WebDevEnvironment #XAMPPConfig #DevelopmentWorkflow #WindowsDevTools