Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <VirtualHost *:80>
  2. DocumentRoot "C:/xampp/htdocs/hello"
  3. ServerName gsviec.dev
  4. <Directory "C:/xampp/htdocs/hello">
  5. Order allow,deny
  6. Allow from all
  7. </Directory>
  8. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement