Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <VirtualHost *:80>
  2. DocumentRoot "D:DropboxWAMPWWWsite"
  3. ServerName www.site.dev
  4. ServerAlias www.site.dev
  5. <Directory "D:DropboxWAMPWWWsite">
  6. AllowOverride All
  7. Require all granted
  8. </Directory>
  9. </VirtualHost>
  10.  
  11. datadir=D:/Dropbox/WAMP/SQL/data
  12.  
  13. Not Found
  14.  
  15. The requested URL / was not found on this server.
  16.  
  17. Apache/2.4.9 (Win32) PHP/5.6.18 OpenSSL/1.0.1r Server at www.site.dev Port 80
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement