Thanks for your help. However I need a little more info to proceed.
The url for my site homepage in localhost mode shows as:
http://localhost/wordpress/?page_id=46
My directory structure is
c:\$LOCALHOST\xampp\htdocs\wordpress\...
The online url for the homepage shows as:
http://whs59.net/wordpress/?page_id=46
my wp-config.php file is:
----------------------------------------------------
// ** MySQL settings ** //
define('DB_NAME', 'wordpress'); // The name of the database
define('DB_USER', 'root'); // Your MySQL username
define('DB_PASSWORD', ''); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = 'wp_'; // Only numbers, letters, and underscores please!
// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to 'de'
// to enable German language support.
define ('WPLANG', '');
/* That's all, stop editing! Happy blogging. */
define('ABSPATH', dirname(__FILE__).'/');
require_once(ABSPATH.'wp-settings.php');
?>
---------------------------------------------------------
I haven't checked yet to see the values of 'home' and 'siteurl' but would be glad to check if you can tell me beforehand what the values should be to allow local access to the comment pages, etc.
Thanks in advance for any additional help you might be able to provide.