# from http://scottmotte.com/archives/173


  # Admin email, Server Name (domain name) and any aliases
  ServerAdmin webmaster@website.com
  ServerName  website.com
  ServerAlias www.website.com


  # Index file and Document Root (where the public files are located)
  DirectoryIndex index.html
  DocumentRoot /home/demo/public_html/website.com/public


  # Custom log file locations
  LogLevel warn
  ErrorLog  /home/demo/public_html/website.com/log/error.log
  CustomLog /home/demo/public_html/website.com/log/access.log combined