Hi, just wondered if anyoen could help me or tell me the correct procedure to move a newly set up store in oscommerce from the www.domain.co.uk/oscommerce/catalog to the root directory ie. www.domain.co.uk/ so all my pages will follow the trailing! Ive selected an moved all files from the oscommerce/catalog/ folder to the root directory an changed the configure.php files in: catalog/includes/configure.php from define(’HTTP_COOKIE_PATH’, ‘/catalog/’); define(’HTTPS_COOKIE_PATH’, ‘/catalog/’); define(’DIR_WS_HTTP_CATALOG’, ‘/catalog/’); define(’DIR_WS_HTTPS_CATALOG’, ‘/catalog/’); to define(’HTTP_COOKIE_PATH’, ‘/’); define(’HTTPS_COOKIE_PATH’, ‘/’); define(’DIR_WS_HTTP_CATALOG’, ‘/’); define(’DIR_WS_HTTPS_CATALOG’, ‘/’); ive also doen this for the: /admin/includes/configure.php but now when i go to my store in the browser ive lost all my images??? Any ideas why?????? Cheers