Like the title says, I'm pretty new to PHP and XAMPP. I'm trying to get my bearings as I'm about to get some web projects, and I'm sure many will be built on WordPress.

Currently, I have two projects in xampp/htdocs, but I'm realizing that I need to build a Virtual Host in Apache before I can really work between different projects. I've tried following some tutorials on this, and I'm just not getting the results I need.

Would appreciate any help, I am here and can provide details should anyone be interested in helping. I'm feeling lost amongst the high quantities of new information I'm taking in, and not really sure what direction to go in at this point.

    6 months later

    You don't actually need to setup a vhosts or aliases to work on differents projects. You can just place them in your public directory (www or htdocs in xampp i'm not sure) and then access it on localhost/project1folder or localhost/project2folder.

      Write a Reply...