
Originally Posted by
bherd
Check your two configure.php files and make sure that you have your domain filled in for the defines for http server and http catalog server. (/admin/includes/configure.php)
BH
THAT was the right direction! Thank you! 
PHP Code:
define('DIR_WS_ADMIN', '//admin(***********/');
define('DIR_WS_CATALOG', '//');
define('DIR_WS_HTTPS_ADMIN', '//admin**********/');
define('DIR_WS_HTTPS_CATALOG', '//');
Please note the //, there should only be one forward slash.
I have NO idea how the extra forward slashes got there but all is well now. I can only guess that it could have been added during the migration to another server, because my configure.php.BAK does not have them.
Thanks again BH!
Bookmarks