Hi habe mir einen testshop angelegt: neue DB angelegt, Shop geklont im Verzeichnis TESTSHOP, die 2 Configure-Dateien geändert, sess_write durchgeführt......Caches geleert. Leider geht es aber bei jedem Klick im TESTSHOP bei Kats oder Artikeln immer zu Liveshop, keine Ahnung warum . Meine includes/configure.php sieht so aus: PHP: define('HTTP_SERVER', 'http://www.nippon-koishop.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.nippon-koishop.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', 'true'); // secure webserver for checkout procedure? define('DIR_WS_CATALOG', '/TESTSHOP/'); // absolute path required define('DIR_FS_DOCUMENT_ROOT', '/www/htdocs/w010aa06/TESTSHOP/'); define('DIR_FS_CATALOG', '/www/htdocs/w010aa06/TESTSHOP/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ORIGINAL_IMAGES', DIR_WS_IMAGES .'product_images/original_images/'); was kann das sein????????
Du meinst in der configure.php muss es heissen: PHP: define('HTTP_SERVER', 'http://www.nippon-koishop.com/TESTSHOP'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.nippon-koishop.com/TESTSHOP'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', 'true'); // secure webserver for checkout procedure? define('DIR_WS_CATALOG', '/TESTSHOP/'); // absolute path required define('DIR_FS_DOCUMENT_ROOT', '/www/htdocs/w010aa06/TESTSHOP/'); define('DIR_FS_CATALOG', '/www/htdocs/w010aa06/TESTSHOP/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ORIGINAL_IMAGES', DIR_WS_IMAGES .'product_images/original_images/');
Also die 2 Configure Dateien musst natürlich BEIDE anpassen. DB und Pfade sowei die URLs Dann natürlich wieder die Cache Ordner beide leeren (ausser index und htaccess Dateien)
und was geht jetzt genau noch nicht? Hast Browser auch Caches geleert? Was für Links verlinken auf den Live Shop?
die admin/includes/configure.php sieht so aus: PHP: define('HTTP_SERVER', 'http://www.nippon-koishop.com'); // eg, http://localhost or - https://localhost should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.nippon-koishop.com'); define('HTTPS_CATALOG_SERVER', 'https://www.nippon-koishop.com'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/www/htdocs/w010aa06/TESTSHOP/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/TESTSHOP/admin/'); // absolute path required define('DIR_FS_ADMIN', '/www/htdocs/w010aa06/TESTSHOP/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/TESTSHOP/'); // absolute path required define('DIR_FS_CATALOG', '/www/htdocs/w010aa06/TESTSHOP/'); // absolute path required define('DIR_WS_IMAGES', 'images/');
Code: define('HTTP_SERVER', 'http://www.nippon-koishop.com'); // eg, http://localhost or - https://localhost should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.nippon-koishop.com'); define('HTTPS_CATALOG_SERVER', 'https://www.nippon-koishop.com'); alle OHNE testshop hinten.
jeder klick auf Kategorie od. Artikel verlinkt in den Liveshop.... Habe den testshop mal online gestellet: http://www.nippon-koishop.com/TESTSHOP/index.php