Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Which pages go on the secure server?


nantucketer

Recommended Posts

I am getting ready to move the checkout pages to the secure server which is shared. I know how to configure the configure.php pages in both catalog/includes and admin/catalog/includes but I'm not sure what goes on the secure server and what stays at my domain? Can someone point me in the right direction?

 

I checked the knowledge base but that did not help.

 

Thanks

Link to comment
Share on other sites

Are you sure you need to move/copy anything? Not all servers have a separate folder for ssl pages.

 

You can check easily enough. Instead of accessing your store through:

 

http://mystoredomain.com/catalog try accessing it via:

 

https://mysharedssladdress.com/catalog

 

If your stuff pops up you're good to go. Just plug the ssl address into catalog/includes/configure.php, set ssl to true and you're done.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

This isn't the usual shared server setup. This is how other carts in our system work (non-OScommerce carts). The main site is at the domain holders website (store.com) and then the actual cart is on a different, secure server (secureplace.net/HTTPSD/store.com) It's a totally seperate server and pages do need to be uploaded. Should I move the entire catalog there. I would rather have only the checkout proceedure there.

 

Thanks

Link to comment
Share on other sites

This isn't the usual shared server setup. This is how other carts in our system work (non-OScommerce carts). The main site is at the domain holders website (store.com) and then the actual cart is on a different, secure server (secureplace.net/HTTPSD/store.com) It's a totally seperate server and pages do need to be uploaded. Should I move the entire catalog there. I would rather have only the checkout proceedure there.

 

Thanks

 

 

You wouldn't have to move everything over there. My shared ssl is different and all the files are housed in the same location. I just changed the pages that had anything to do with payments or account creation to the secured address.

 

Jason

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...