DanielG Posted November 30, 2004 Share Posted November 30, 2004 Did someone say ot is easy to move a website? Moving the website, dumping the database were pretty simple things to do. Until I found out that under ADMIN/MODULES there are no payment and shipping options. All the files are there in the right path. :'( The web site is: https://www.securewebexchange.com/encredirect.net/ This is a shared SSL Configure.php is: define('HTTP_SERVER', 'https://www.securewebexchange.com/encredirect.net'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.securewebexchange.com/encredirect.net'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'encredirect.net'); define('HTTPS_COOKIE_DOMAIN', 'encredirect.net'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_MONERIS', DIR_WS_INCLUDES . 'moneris/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/services/webpages/e/z/encredirect.net/secure/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); Admin/includes file is: define('HTTP_SERVER', 'https://www.securewebexchange.com/encredirect.net'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'https://www.securewebexchange.com/encredirect.net'); define('HTTPS_CATALOG_SERVER', 'https://www.securewebexchange.com/encredirect.net'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/services/webpages/e/z/encredirect.net/secure/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/danielg/'); // absolute path required define('DIR_FS_ADMIN', '/services/webpages/e/z/encredirect.net/secure/danielg/'); // absolute pate required define('DIR_WS_CATALOG', '/'); // absolute path required define('DIR_FS_CATALOG', '/services/webpages/e/z/encredirect.net/secure/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); Link to comment Share on other sites More sharing options...
DanielG Posted December 1, 2004 Author Share Posted December 1, 2004 problem solved the host first told me that the path was the same /services/webpages/e/z/encredirect.net/secure/ but a letter had to be changed: /services/webpages/e/n/encredirect.net/secure/ :blush: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.