Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

All my links are now https! i didnt do anything


WearYourBeer

Recommended Posts

Posted

My site was working fine for the last 2 months.

 

yesterday i installed live help. i created a new database for it, so that it wouldnt interfere with the one i use for my site.

 

no changes to any file on my domain were made. nothing.

 

i went to bed, woke up this morning, and now all the links in my page have https: on them, instead of just the 'my account section'.

 

i took off the live help, but nothing. i dont think its the live help. i dont know what it is.

 

my site is: www.wearyourbeer.com

 

please help asap! any suggestions at all?

Posted

>_<

 

The answer may be more difficult than a responce or two may solve!

 

Not only is your site (Except the home page) working on https but the product pages have changed the manner in which they work....

 

Your site shows:

product_info.php/products_id/91?osCsid=261dc176cd23adc88ed2bcb4c7b92fb9

 

Where as all the config's I have done would show as:

product_info.php?products_id=91&osCsid=261dc176cd23adc88ed2bcb4c7b92fb9

 

Notice the differencies?? To be honest I'm stumped, I would consider removing the Session ID and Forcing Cookies instead, to see if that would make a real difference...

 

:'(

Posted

I know, thats how my products used to be too!

 

i dont understand what happened, but im taking that this is a serious problem. how can i implement what you suggested?

Posted

I do. Part of the Live Help install modified application_top.php and changed how it set the $request_type variable. I don't know the details, but I have seen this reported before.

 

The original line looks like this, at around line 40:

// set the type of request (secure or not)
 $request_type = (getenv('HTTPS') == 'on') ? 'SSL' : 'NONSSL';

What does yours look liike now?

Archived

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

×
×
  • Create New...