To setup apache virtual hosts using XAMPP in windows when working in local environment, I like to setup my projects with separate domain names like projectname.stage to keep them isolated from each other. It’s fairly easy to get this working using XAMPP in Windows. In order to do that, there are 2 main steps which…
Category: Web development
-
-
I am sure you are familiar with the following: If you want to make a change into your PHP website, you will use any FTP client for instance FileZilla, look up your required file, download it, make the changes and upload it back to the server. Once done, refresh browser to see the effective change.…