Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <VirtualHost escapehunt.local:80>
  2. DocumentRoot "C:/Installs/xampp5.6.3/htdocs/escapehunt.local"
  3. ServerName escapehunt.local
  4. ServerAlias escapehunt.local *.escapehunt.local
  5.  
  6. <Directory "C:/Installs/xampp5.6.3/htdocs/escapehunt.local">
  7. Options Indexes FollowSymLinks MultiViews
  8. AllowOverride All
  9. Order allow,deny
  10. allow from all
  11. </Directory>
  12. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement