5 February 2011 0 Comments

[PHP] Setup Multiple Virtual Hosts in WAMP/XAMPP

[PHP] Setup Multiple Virtual Hosts in WAMP/XAMPP

WAMP and XAMPP are the popular server for developing web application with PHP/MYSQL in Windows environment. Generally we are working with different projects of clients. All projects folder exists in root directory of WAMP/XAMPP. Now whenever we move the project to production environment, we have to change tje absolute path manually.You have an option of Virtual Host if you dont want to change it manually.