Apache: Setting up local test server with subdomains
- by RC
Hi everyone,
I have XAMPP running on my desktop machine, and I do all my work on it with no issue.
http://localhost ---> points to public_html
http://site1.localhost ---> points to site 1
http://site2.localhost ---> points to site 2
http://site3.localhost ---> points to site 3
Entering the above URLs in my web browser on…