Guest User

Untitled

a guest
Oct 19th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. 127.0.0.2 nombre-del-virtual.web
  2.  
  3. <VirtualHost 127.0.0.2>
  4. DocumentRoot "C:/xampp/htdocs/nombre-proyecto/public"
  5. ServerName nombre-del-virtual.web
  6. ServerAlias nombre-del-virtual.web
  7. <Directory "C:/xampp/htdocs/nombre-proyecto/public">
  8. AllowOverride All
  9. Require all Granted
  10. </Directory>
  11. </VirtualHost>
Add Comment
Please, Sign In to add comment