Skip to content

Removing obsolete sites

As user:

  1. Delete the database ( "DROP DATABASE <dbname>;"  )
  2. Remove the site from Drupal's sites.php

As root:

  1. Delete the site folder
  2. Remove the site from the Apache virtual host file
  3. Restart Apache