Thanks for the reply and thanks in advance for your patience.
1. I do not know how to upload new files manually – is there some instructions for this?
2. I checked the wp-config file and below are the last few lines of the file.
3. How do I transfer data into a new wp-config file. I know how to rename existing file, but can I just plug in new file? Pls explain.
last lines of wp-config.
$table_prefix = ‘wp_’;
/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* de.mo to wp-content/languages and set WPLANG to ‘de’ to enable German
* language support.
*/
define (‘WPLANG’, ”);
/* That’s all, stop editing! Happy blogging. */
/** WordPress absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);