How to Install Multiple Xampp with Different PHP Versions

Are you trying to install another Xampp Server with a different version for whatever reason you have and you encountered an error regarding ports? Some would say that you should edit a file, but it did not work for me. Below are the steps that fixed the error for me. Open your new Xampp control […]

How to Set-up SSL in Xampp

First, go to your apache directory. Create a folder. Name it as crt-{your-domain}, just in case you want to create multiple ssl domains in your localhost. Go to https://shellcreeper.com/how-to-create-valid-ssl-in-localhost-for-xampp/ and follow Step 3 till the end of that tutorial. Take note that we changed the certificate folder in step 2 to cert-{your-domain}, so make sure you […]