Skip to content

Instantly share code, notes, and snippets.

@souparno
Created June 19, 2015 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save souparno/ce91ae3c095ad1b68363 to your computer and use it in GitHub Desktop.
Save souparno/ce91ae3c095ad1b68363 to your computer and use it in GitHub Desktop.
.conf file to create virtual host
<VirtualHost *:80>
ServerName Bonfire.local
DocumentRoot /var/www/Bonfire.local
<Directory /var/www/Bonfire.local>
Options FollowSymLinks
AllowOverride All
</Directory>
</VirtualHost>
@souparno
Copy link
Author

souparno commented Feb 5, 2016

sudo nano /etc/hosts <- mention the virtual host in here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment