You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
the portion of the order process which asks for the credit card number is behind a secure https server, but it keeps prompting me:
"this page contains both secure and nonsecure items.
do you want to display the nonsecure items?"
because in my HTML header, it is referencing a graphic which is at a http: page. how do i set this graphic to the https server just for this order page so that i don't get this error message?
Also, at this same point, instead of going to the final processing where you would put in your credit card information, it goes to the https:// welcome splash page. Why ??
In my server set up I have two separate directories one is for my
/httpdocs this where the world see my html pages, and /httpsdocs directory this is where the world access the secure stuff. Do I have to mirror the installation under the /httpdocs directory to be the same under the /httpsdoc directory just to do the secure online processing, or can I just put the online directory of cp under the /httpdocs directory only ?
For the images path, use the macro:
%%SCRIPT_IMAGES_PATH%%
For the secure server setup, ask your host if they can alias the httpsdocs directory back to the httpdocs directory - if they can, all of your problems are solved. If not, copy the cgi-bin and images directories to httpsdocs and when setting up the data path in the httpsdocs/cgi-bin folder - point it to the httpdocs path.
Offline