Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

https problem


Guest

Recommended Posts

I am having a problem with my entire site being in https. Would this contrib fix this?

Ultimate SEO URLs v2.1

I do want to get each page searched. I change the configure.php code to http instead of https and my shopping cart quits working. I have SSL turned on. I want my shopping cart checkout to be secure but not the entire site. This is really hurting my indexing possibilities. I have not found the answer in any forums. One guy says,

 

"-backup all your files you created or edited on you own

 

-shut off OScommerce from "your web host control panel"

 

-again at "your web host control" go to "MYSQL" and delete(after backing up) database associated with OScommerce

 

-delete all of folders "ADMIN" and "CATALOG" and content

 

-NOW

 

-turn on OScommerce from "your webhost control panel"

 

-associate new database with OScommerce (which you probably just did)

 

-and there you go

 

-NOW you must upload your backed up files and put them where you want or need them"

 

 

 

I am hoping you guys have seen this before and have a simple solution like - installing this contrib.

I want to get the problem fixed before I tried to install this anyway...unless this will fix the problem.

 

The website URL:

 

https://host343.ipowerweb.com/~grog...b9debe9b6d53854

 

TIA

 

J Wright

Link to comment
Share on other sites

You need to edit your includes/configure.php file and set your http defines to your non-secure path.

 

osC by default switches back and forth from secure to non-secure pages as needed when ssl is set to true. All you need to do is set ssl to true and define both your http and https defines properly

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Link to comment
Share on other sites

All you need to do is set ssl to true and define both your http and https defines properly

 

 

define('HTTP_SERVER', 'https://host343.ipowerweb.com');

define('HTTPS_SERVER', 'https://host343.ipowerweb.com');

 

 

This is the code right now. when I change it to this:

 

define('HTTP_SERVER', 'http://host343.ipowerweb.com');

define('HTTPS_SERVER', 'https://host343.ipowerweb.com');

 

 

items will not load into the shopping cart.

 

?????

should the http be

define('HTTP_SERVER', 'http://www.groganjewelers.com/osCommerce/catalog/index.php');

 

Please help.

Link to comment
Share on other sites

define('HTTP_SERVER', 'https://host343.ipowerweb.com');

define('HTTPS_SERVER', 'https://host343.ipowerweb.com');

This is the code right now. when I change it to this:

 

define('HTTP_SERVER', 'http://host343.ipowerweb.com');

define('HTTPS_SERVER', 'https://host343.ipowerweb.com');

items will not load into the shopping cart.

 

?????

should the http be

define('HTTP_SERVER', 'http://www.groganjewelers.com/osCommerce/catalog/index.php');

 

Please help.

 

 

Should be the http://www.groganjewelers.com part as the folders are set lower down in the file.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Link to comment
Share on other sites

Thank you for your help. :thumbsup:

 

 

I must have been high.

:blink:

 

 

would this most likely be the cause of my problem of 'coming in on someones session'. I mean, seeing Welcome Bob when you get to the site when your actually Steve and have yet to log in. Seeing what's in their cart, etc. ???? It would only happen now and then.

Link to comment
Share on other sites

Thank you for your help. :thumbsup:

I must have been high.

:blink:

would this most likely be the cause of my problem of 'coming in on someones session'. I mean, seeing Welcome Bob when you get to the site when your actually Steve and have yet to log in. Seeing what's in their cart, etc. ???? It would only happen now and then.

 

If you are not storing sessions in the database you need to be. In the last line of your configure.php file you should set to mysql

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Link to comment
Share on other sites

If you are not storing sessions in the database you need to be. In the last line of your configure.php file you should set to mysql

 

 

I changed that, mine was blank. Hope it works. Thanks so much...where have you been all this time??? :thumbsup: :thumbsup:

 

J

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...