Advertisement
Guest User

dhae.conf

a guest
Feb 25th, 2014
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. NameVirtualHost *:80
  2.  
  3. <VirtualHost *:80>
  4. ServerName dhae.dev
  5. ServerAlias www.dhae.dev
  6. DocumentRoot /var/www/dhae/wordpress
  7. <Directory /var/www/dhae/wordpress>
  8. Options Indexes FollowSymLinks Includes
  9. AllowOverride All
  10. Order allow,deny
  11. Allow from all
  12. </Directory>
  13. ErrorLog /var/log/apache2/dhae-error.log
  14. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement