Skip to content

Instantly share code, notes, and snippets.

@ajcastro
Last active August 29, 2017 06:18
Show Gist options
  • Save ajcastro/4a4b3f1ffd40c5b6eaa8b6bdb172e38d to your computer and use it in GitHub Desktop.
Save ajcastro/4a4b3f1ffd40c5b6eaa8b6bdb172e38d to your computer and use it in GitHub Desktop.
virtual_host_format.txt
<VirtualHost *:80>
DocumentRoot "C:/xampp/htdocs"
ServerName xampp.local
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "C:/xampp/htdocs/daragahomedepot/public"
ServerName sims.dhd.local
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "C:/xampp/htdocs/admin-lte/public"
ServerName www.admin-lte.local
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment