I changed the files but still it wont work, what am i doing wrong?!

Here is the old admin/includes file:

define('DIR_WS_ADMIN', '/cart/admin/');
define('DIR_WS_CATALOG', '/cart/');
define('DIR_WS_HTTPS_ADMIN', '/cart/admin/');
define('DIR_WS_HTTPS_CATALOG', '/cart/');

define('DIR_FS_ADMIN', '/home/sue/public_html/cart/admin/');
define('DIR_FS_CATALOG', '/home/sue/public_html/cart/');

define('DIR_FS_SQL_CACHE', '/home/sue/public_html/cart/cache');

to:

define('DIR_WS_ADMIN', 'admin/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', 'admin/');
define('DIR_WS_HTTPS_CATALOG', '/');

define('DIR_FS_ADMIN', '/home/sue/public_html/admin/');
define('DIR_FS_CATALOG', '/home/sue/public_html/');

define('DIR_FS_SQL_CACHE', '/home/sue/public_html/cache');

Here is the old includes/configure file:

define('DIR_WS_CATALOG', '/cart/');
define('DIR_WS_HTTPS_CATALOG', '/cart/');

define('DIR_FS_CATALOG', '/home/sue/public_html/cart/');

define('DIR_FS_SQL_CACHE', '/home/sue/public_html/cart/cache');

to:

define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');

define('DIR_FS_CATALOG', '/home/sue/public_html/');

define('DIR_FS_SQL_CACHE', '/home/sue/public_html/cache');

Then in the zen cart admin, i went to sesssions and changed it to:

/home/sue/public_html/cache

Is there anything else that I need to do in my ftp program or admin... I still have the cart folder, do I copy everything from there and paste in directory into the public_html folder????