Forum Moderators: buckworks

Message Too Old, No Replies

Including sites via PHP remote includes

         

danonolan93

3:23 pm on Jun 1, 2005 (gmt 0)



I'm working on a site for a business, which has a shopping cart that creates it's own page. Frames are not an option, so what I'd like to do is use PHP includes to "wrap" the site design around the cart, since the shopping cart is hosted on another server. While the site already has an SSL certificate, is this still secure?

globalissa

10:34 am on Jun 18, 2005 (gmt 0)

10+ Year Member



Using a "wrap" may or may not work depending on how the cart is designed.

Regarding "SSL certificate, is this still secure?" note that there is a difference between holding an authenticated certificate and serving secure pages.

When the cart goes to secure mode you'll need to put your files in the same place as the cart files, perhaps in a /folder on the secure server, including any images you add.

Globalissa