Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <VirtualHost *:80>
  2. DocumentRoot "/home/mydomain.tld/public_html"
  3. ServerName mydomain.tld
  4. ServerAlias www.mydomain.tld
  5. <Directory "/home/mydomain.tld/public_html">
  6. allow from all
  7. Options +Indexes
  8. </Directory>
  9. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement