Quote Originally Posted by Get Em Fast View Post
Oh, yea. All of them. As your site will no longer be in that folder, ANY reference to that particular folder will result in an error being shown, instead of your site.
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.