grecopj Posted September 10, 2008 Posted September 10, 2008 Hi all, I've been trying to find out the answer to this and I can't seem to get anywhere. I have a site that is using a shared SSL. It is not located in the root but in root/catalog. Ok now the problem. If I have SSL enabled to true in the configure.php file, customers cannot enter in their information in the customer account section. It just clears the form and goes no where. If I make enable ssl to false, then it works. Any body have any suggestions that I can try? If needed I can post what I have in the configure.php file as well as the admin/includes configure.php file. I am in the process of trying to get his site up and running but I am hitting a brick wall here. Thanks for any suggestions.
lindsayanng Posted September 10, 2008 Posted September 10, 2008 is the link to the account_create_success.php from the account_create.php file says tep_href_link(FILENAME_ACCOUNT_CREATE_SUCCESS , 'SSL' , ' ' ) or SOMETHING like that.. I cant get the correct code off the top of my head, but is that also an SLL page? A great place for newbies to start Road Map to oscommerce File Structure DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways! HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you Proud Memeber of the CODE BREAKERS CLUB!!
grecopj Posted September 10, 2008 Author Posted September 10, 2008 Yes, Here it is. tep_redirect(tep_href_link(FILENAME_CREATE_ACCOUNT_SUCCESS, '', 'SSL'));
lindsayanng Posted September 10, 2008 Posted September 10, 2008 hmm.. i'm not sure. Im not really allthat good at coding.. AND i didnt install my own SSL/ you changed teh configure files properly? A great place for newbies to start Road Map to oscommerce File Structure DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways! HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you Proud Memeber of the CODE BREAKERS CLUB!!
grecopj Posted September 10, 2008 Author Posted September 10, 2008 I think so. Not sure. here is the includes/configure file define('HTTP_SERVER', 'http://www.rainbowresearch.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://hs69.order-vault.net/rainbowresearch.com/'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.rainbowresearch.com'); define('HTTPS_COOKIE_DOMAIN', 'https://hs69.order-vault.net/rainbowresearch.com/'); define('HTTP_COOKIE_PATH', '/catalog'); define('HTTPS_COOKIE_PATH', 'https://hs69.order-vault.net/rainbowresearch.com/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/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_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/virtual/site124/fst/var/www/html/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers Here is the admin/includes/configure file define('HTTP_SERVER', 'http://www.rainbowresearch.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.rainbowresearch.com'); define('HTTPS_CATALOG_SERVER', 'https://hs69.order-vault.net/rainbowresearch.com/'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/virtual/site124/fst/var/www/html/catalog/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/virtual/site124/fst/var/www/html/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/home/virtual/site124/fst/var/www/html/catalog/'); // 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/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers
grecopj Posted September 10, 2008 Author Posted September 10, 2008 Just a note - the site is not listed with the DNS entries yet. Trying to get this going while keeping their old site active.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.