Skip to content

Instantly share code, notes, and snippets.

@AlecZine
Created October 23, 2017 12:51
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 AlecZine/1578f66aa2dd1120dda3bc4a7e868fd5 to your computer and use it in GitHub Desktop.
Save AlecZine/1578f66aa2dd1120dda3bc4a7e868fd5 to your computer and use it in GitHub Desktop.
<VirtualHost leyenda.do:80>
DocumentRoot C:\xampp\htdocs
ServerName leyenda.do
<Directory C:\xampp\htdocs>
AllowOverride All
Allow from All
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment