Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

xml generator can't index catalog pages because they are https...?


awarner20

Recommended Posts

Hello everyone,

 

I found a contrib here

 

I went to the site and it found all the pages except the actual catalog pages. I posted at the above referenced site forums and I was told this by the Admin..."as I see, your product pages in the store are linked as https://xxx, but secure http is not supported and all https links are ignored."

 

Can anyone here offer some advice on how I might keep my site secured with SSL and allow this sitemap indexing? I've looked at several sitemap contribs here, but I'm unsure if these are what's needed to avoid this specifically...do I need to change my config.php file?

 

Any help is greatly appreciated as this is one of the last steps I'd like to accomplish before going "live" with the store.

 

Thanks in advance for any assistance:)

 

Adam

We see our customers as invited guests to a party, and we are the hosts. It's our job every day to make every important aspect of the customer experience a little bit better. - Jeff Bezos

Link to comment
Share on other sites

Your entire site should not be https. If your using plesk, you'll need to have the catalog file in both the http and https folder.

 

Thanks for the reply,

 

...I don't use Plesk, in fact, I had to Google to see what that was;) I'm really confused here...I'm using an SSL purchased from and installed by GoDaddy. I bought the domain and the hosting through GoDaddy.

 

I'm sorry, but I don't know what you mean about the http and https folders, these don't exist on my server for this domain.

 

When I go the main catalog page, I can get there by going to http or https. If I click on a category from the http main page, I am redirected to the https for products. I'm sorry for the ignorance, but this is the first time I've ever purchased an SSL certificate and I let GoDaddy install it automatically....I've searched around on the server, but I can't find any reference to it....

 

I suppose I need to first learn more about SSL....

 

 

Any further assistance would be great if possible...., I will also contact GoDaddy and see if I can get someone knowledgeable on the phone. Just so I know, how would I tell them I'd like the SSL applied??

 

My site is here... http://www.goodfellasgames.com/shop/

We see our customers as invited guests to a party, and we are the hosts. It's our job every day to make every important aspect of the customer experience a little bit better. - Jeff Bezos

Link to comment
Share on other sites

Ok, I've been looking at the config.php file and I think I may see something that's causing my problem....here is some code from my config.php file...

 define('HTTP_SERVER', 'https://goodfellasgames.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTP_CATALOG_SERVER', 'https://goodfellasgames.com'); <---[color=#CC0000]Is this my problem? Should my HTTP_SERVER and my HTTP_CATALOG_SERVER both be directed to HTTP instead of HTTPS?[/color]
 define('HTTPS_CATALOG_SERVER', 'https://goodfellasgames.com');
 define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

 

Am I close?

We see our customers as invited guests to a party, and we are the hosts. It's our job every day to make every important aspect of the customer experience a little bit better. - Jeff Bezos

Link to comment
Share on other sites

Sorry, tried to edit, but waited too long....please see additional info below...

 

 

In the first two lines,

define('HTTP_SERVER', 'https://goodfellasgames.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTP_CATALOG_SERVER', 'https://goodfellasgames.com');

 

Should these be specified with this address instead... 'http://goodfellasgames.com' ....without the (s)?

 

Am I close? If this is correct, at what point would a customer get routed to the secure pages? When logging in, payment page?

We see our customers as invited guests to a party, and we are the hosts. It's our job every day to make every important aspect of the customer experience a little bit better. - Jeff Bezos

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...