bubbleman Posted January 13, 2005 Posted January 13, 2005 Hi all, I've done a search on the SSL topics, and thougt I understood what to do, but my site just doesn't work. I have shared SSL through my webhosting company and checked the path for that, and got on a live chat with a customer service person to confirm that I had it right. So that's right. I even typed in the path in my browser to make sure it opened the site. What happens when I include the paths is when you try to login, it keeps spitting you right back to the login screen, even though the Uname and Pword are correct. Here's my configure.php code. Disregard for the moment that the fields are commented out, I have these fields duplicated with blanks so I can revert back to the original when I need to. What am I missing? I know you get tired of answering the same questions, but I DID do a search first, and I talked to a CS person, and tried multiple things, I'm asking here as a last resort. //define('HTTP_SERVER', 'http://www.mswenterprises.com/'); //define('HTTPS_SERVER', 'https://mswenterprises.ixwebhosting.com/'); //define('ENABLE_SSL_CATALOG', 'true'); //define('HTTP_CATALOG_SERVER', 'http://www.mswenterprises.com/catalog'); //define('HTTPS_CATALOG_SERVER', 'https://mswenterprises.ixwebhosting.com/catalog'); //define('HTTP_COOKIE_DOMAIN', 'www.mswenterprises.com'); //define('HTTPS_COOKIE_DOMAIN', 'mswenterprises.ixwebhosting.com'); //define('HTTP_COOKIE_PATH', '/catalog/'); //define('HTTPS_COOKIE_PATH', '/catalog/'); Thanks for your help...do I have a '/' where I shouldn't or something?
Guest Posted January 13, 2005 Posted January 13, 2005 to me you have many /'s none of them should have any / in front //define('HTTP_SERVER', 'http://www.mswenterprises.com/'); define('HTTP_SERVER', 'http://www.mswenterprises.com/');
bubbleman Posted January 13, 2005 Author Posted January 13, 2005 to me you have many /'s none of them should have any / in front //define('HTTP_SERVER', 'http://www.mswenterprises.com/'); define('HTTP_SERVER', 'http://www.mswenterprises.com/'); <{POST_SNAPBACK}> Yes, I realize that when I copied them in here, that those lines were commented out, I did that in the code so the site would work at all....I have lines with blank paths below....and I comment out one set and uncomment the other set while I'm trying things. I was more referring to the actual paths, and ask that you ignore the fact that the lines are commented out...just pretend they are uncommented and see if they look right. Is there something in the Admin GUI settings that I should have set as well as the code in the configure.php file? Other than being commented out, do these lines in the configure.php file look OK?
Guest Posted January 13, 2005 Posted January 13, 2005 I don't know if this will help and I am very new to OSC, but here is what I had to do to get my cart working on the SSL side. My SSL is in a different folder in my root. As in: main non SSL shop is at: http://www.mydomain.com/ and my SSL server address is: https://secure.mydomain.com/ In order for MY cart to work, I had to copy the cart files to both servers. Any configuring I do to the .php files I had/have to port over to the SSL server, but after the design is/was done, then no other adjustments have to be done, and the changes I make in my admin area (located on the non-SSL side) carry through to the SSL side. Don't know if this helps, but thought I would throw it in.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.