Guest User

Untitled

a guest
May 21st, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <VirtualHost :80>
  2.  
  3. ServerName codelinkv2.com
  4. DocumentRoot "/home/codelink/public_html/"
  5.  
  6.  
  7. <Directory "/home/codelink/public_html/">
  8. allow from all
  9. order allow,deny
  10. AllowOverride All
  11. </Directory>
  12.  
  13. DirectoryIndex index.html index.php
  14. </VirtualHost>
Add Comment
Please, Sign In to add comment