Last active
June 22, 2017 14:04
-
-
Save antoniojps/06a90eca8a1938c771a8c19868399e1a to your computer and use it in GitHub Desktop.
Criar virtual host no Xampp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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