Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. sites file:
  2.  
  3. NameVirtualHost *:80
  4.  
  5. <VirtualHost *:80>
  6.  
  7. ServerName daoud.ysiadserv
  8. DocumentRoot /devape/sites/localhost/public
  9. </VirtualHost>
  10.  
  11.  
  12. hosts file:
  13.  
  14. ##
  15. # Host Database
  16. #
  17. # localhost is used to configure the loopback interface
  18. # when the system is booting.  Do not change this entry.
  19. ##
  20. 127.0.0.1       localhost daoud.ysiadserv
  21. 255.255.255.255 broadcasthost
  22. ::1             localhost
  23. fe80::1%lo0     localhost
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement