How to install XAMPP on Windows computer?
The easiest way to run PHP or PHP-based CMS such as WordPress, Joomla, Drupal and many other CMS on Windows is to install the XAMPPpackage. … Read more
The easiest way to run PHP or PHP-based CMS such as WordPress, Joomla, Drupal and many other CMS on Windows is to install the XAMPPpackage. … Read more
How to install and run XAMPP together with IIS and MySQL Server already installed on same computer? This post covers various issues you may encounter when attempting to run XAMPP on a computer where IIS and MySQL Server already installed.
Installing WordPress on your local machine using XAMPP is a convenient way to develop and test your website before making it live. XAMPP is a … Read more
XAMPP comes with Apache as the Web Server and MySQL database server. Apache uses HTTP port 80 and MySQL uses port 3306. If you already … Read more
When installing Drupal 9 in Windows OS on XAMPP, we get a warning to enable PHP OPCache . In this post, we will see how … Read more