Advertisement
Jamchiv01

Untitled

May 13th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1.  
  2. <VirtualHost *>
  3. ServerName a3ap.com
  4. ServerAlias *.a3ap.com
  5. DocumentRoot "W:\xampp\htdocs\A3AP"
  6. </VirtualHost>
  7.  
  8. <VirtualHost *>
  9. ServerName igugaming.com
  10. ServerAlias *.igugaming.com
  11. DocumentRoot "W:\xampp\htdocs\IGU"
  12. </VirtualHost>
  13.  
  14.  
  15. <Directory "W:/xampp/htdocs">
  16. Options Indexes FollowSymLinks Includes ExecCGI
  17. AllowOverride All
  18. Require all granted
  19. </Directory>
  20.  
  21.  
  22.  
  23. <Directory "W:/xampp/htdocs/A3AP">
  24. Options Indexes FollowSymLinks Includes ExecCGI
  25. AllowOverride All
  26. Require all granted
  27. </Directory>
  28.  
  29.  
  30. <Directory "W:/xampp/htdocs/IGU">
  31. Options Indexes FollowSymLinks Includes ExecCGI
  32. AllowOverride All
  33. Require all granted
  34. </Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement