It worked perfectly AND now my domain page shows up instead of just a blank page. Wherever there was a following slash in my configure files I left it. Examples from admin:
define('DIR_WS_ADMIN', '/catalog/admin/'); became define('DIR_WS_ADMIN', '/admin/');
define('DIR_FS_SQL_CACHE', '/usr/www/users/username/catalog/cache'); became define('DIR_FS_SQL_CACHE', '/usr/www/users/username/cache');
define('DIR_WS_HTTPS_CATALOG', '/catalog/'); became define('DIR_WS_HTTPS_CATALOG', '/');
Thanks so much. It solved other problems I had.




