tokomaxi Posted October 19, 2006 Posted October 19, 2006 I installed osC2.2 into my subdomain http://toko.maxifoto.net but i got lots problem: 1. I can't create new customer account, message error came up in the browser like below. Not Found The requested URL /create_account.php was not found on this server. 2. When I checkout from shopping_cart.php, message error came up in the browser like below. The requested URL /checkout_shipping.php was not found on this server. Is there any 1 can tell me what's wrong with these problems? Thankyou
mtechama Posted October 19, 2006 Posted October 19, 2006 I installed osC2.2 into my subdomain http://toko.maxifoto.net but i got lots problem: 1. I can't create new customer account, message error came up in the browser like below. 2. When I checkout from shopping_cart.php, message error came up in the browser like below. Is there any 1 can tell me what's wrong with these problems? Thankyou you need to make sure that both of your configure.php files are currect. Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
mtechama Posted October 19, 2006 Posted October 19, 2006 make sure you get these settings in includes/configure.php define('HTTP_SERVER', 'https://toko.maxifoto.net'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://toko.maxifoto.net'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'https://toko.maxifoto.net'); define('HTTPS_COOKIE_DOMAIN', 'https://toko.maxifoto.net'); Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
tokomaxi Posted October 19, 2006 Author Posted October 19, 2006 in which folder the config.php located? Would u tell me? Thanks alot ya... :)
mtechama Posted October 19, 2006 Posted October 19, 2006 in which folder the config.php located? Would u tell me? Thanks alot ya... :) (catalog)/includes/configure.php that is where is should be Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
mtechama Posted October 19, 2006 Posted October 19, 2006 Hey do you have SSL Cert. on your server? If you don't you need to reconfigure that file like this: define('HTTP_SERVER', 'http://toko.maxifoto.net'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'http://toko.maxifoto.net'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', False); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'http://toko.maxifoto.net'); define('HTTPS_COOKIE_DOMAIN', 'http://toko.maxifoto.net'); Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
mtechama Posted October 19, 2006 Posted October 19, 2006 Ok try this: define('HTTP_SERVER', 'http://toko.maxifoto.net'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'toko.maxifoto.net'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', ''); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', ''); define('DIR_WS_HTTPS_CATALOG', ''); I don't if that fixes the problem or not.... Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
tokomaxi Posted October 19, 2006 Author Posted October 19, 2006 (catalog)/includes/configure.php that is where is should be Hi Morris, thanks again ur help. But it's still not working, I already change the code like u did. when i tried to create the new customer account, the browser become like this... Here the location of configuration.php and here the create_account.php located... is there anything wrong with it?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.