XAMPP is one of the most popular stacks for developer specially for Windows user. For developers, it’s very essential to create virtual host for their web applications or websites. I never loved Windows 10 as a developer because it’s extra complex for developer to setup environment. So I want to write this post to setup Apache virtual hosts for XAMPP. Setup Virtual Hosts To setup virtual hosts it’s simple. You need to write the configuration in your Apache. After installing …
Tag: Apache
To install PHP5 and Apache2 manually in UBUNTU 12.04 you need to run the following command. sudo apt-get install php5 sudo apt-get install apache2 It will start installing apache2 and PHP5 for your UBUNTU.