Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

https Issue


aliharis2004

Recommended Posts

Hello All,

 

I just installed ssl and changed

 

define('ENABLE_SSL', false);

to

define('ENABLE_SSL', true);

 

Now I have no images or formating at all in my catalog, Stylesheet: All images are broken, although the path is ok too, that it is pointing to the images in the images folder.

Also I made sure that all the folders have the read and write permission on it ....

 

The thing I am not sure what do I have to define in

define('HTTP_COOKIE_DOMAIN', '');

and

define('HTTP_COOKIE_PATH', '');

 

thanks for your help

Link to comment
Share on other sites

Did you FTP the images? If so, check that you uploaded them as binary files. Somtimes if you upload images in ASCII they break. Vice versa for .php and other text based files should be uploaded as ASCII.

 

About the cookie path. If you paste this PHP call to a html file:

 

<? phpinfo(); ?>

 

and save the file as something.php you should be able to discover lots of interesting detail and configurations from your host server. Just upload it (in ascii) to your webserver root and call it with your browser. You will see what the cookie path is.

Link to comment
Share on other sites

THanks for the tip .... I didnt ftp the images, I uploaded it through the oscommerce interface ... and my concern the website was workign very well, it started acting up after i tried installing SSL, another issue was that after U turned SSL, it seemed that my entire web site went on https and when I just needed the checout area to go through https .....

 

Is some one else also having the same problem

 

thanks

Link to comment
Share on other sites

Post the HTTP and HTTPS variables form your configure.php here. That's where your problem is.

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...