
Here are the steps to move your drupal website from localhost to live server: Update your setting file. Typically found in sites/default/settings.php to match your web hosting sql settings Empty the cache from your localhost database. The easiest way to do this is with phpMyAdmin, make sure to clear all the tables starting with ‘cache_’ [...]






