Configure XAMPP for local development

I decided to go with XAMPP out of the several LAMP installers for Windows.

After installing, I wanted to set it up to run multiple websites.

 

There are instructions here after you install:

http://localhost/dashboard/docs/configure-vhosts.html

 

To configure vhosts:

Apache > Config > httpd.conf

Uncomment: LoadModule vhost_alias_module modules/mod_vhost_alias.so

Start and stop Apache to reload config.

Tags