Advertisement
Guest User

Untitled

a guest
Dec 7th, 2017
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <Directory D:/wpmu/>
  2. AllowOverride All
  3. Require all granted
  4. </Directory>
  5.  
  6. <VirtualHost *:80>
  7. ServerAdmin webmaster@dummy-host2.example.com
  8. DocumentRoot "D:/HomeServer/htdocs"
  9. ServerName 192.168.9.165
  10. ##ErrorLog "logs/dummy-host2.example.com-error.log"
  11. ##CustomLog "logs/dummy-host2.example.com-access.log" common
  12. </VirtualHost>
  13.  
  14. <VirtualHost *:80>
  15. DocumentRoot "D:/wpmu/magento"
  16. ServerName magento.info
  17. <Directory "D:\wpmu\magento">
  18. Options Indexes FollowSymLinks
  19. AllowOverride All
  20. Order allow,deny
  21. Allow from all
  22. </Directory>
  23. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement