NameVirtualHost *:80 ServerAdmin yourname@email.com ServerName www.yoursite.com ServerAlias www.yoursite.com DocumentRoot /var/www/YOUR_PROJECT_NAME/current/drupal Options FollowSymLinks AllowOverride None Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all ErrorLog /var/log/apache2/yoursite.com-error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog /var/log/apache2/yoursite.com-access.log combined ServerSignature On