Skip to content

Instantly share code, notes, and snippets.

@antoniojps
Last active June 22, 2017 14:04
Show Gist options
  • Save antoniojps/06a90eca8a1938c771a8c19868399e1a to your computer and use it in GitHub Desktop.
Save antoniojps/06a90eca8a1938c771a8c19868399e1a to your computer and use it in GitHub Desktop.
Criar virtual host no Xampp
Ir a Xampp/apache/Conf/Extra
Adicionar:
<VirtualHost *:80>
DocumentRoot "C:/xampp/htdocs\labmm4\Bioliving-API\public"
ServerName slimapp
</VirtualHost>
Feito!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment