PDA

View Full Version : question regarding secure processing certificate


BAD-ASS-CJ
10-18-04, 02:59 AM
I have having problems getting the secure url thing working. When i go to the secure purchase area of my site, it asks if i want to display the sucure stuff as well as the nonsecure stuff, how do i get it ALL secure, so that the little lock appears on the bottom of the screen?

tbonekkt
10-18-04, 09:16 AM
Make sure you're using relative addressing (images/picture.gif) rather than absolute addressing (http://yourdomain.com/images/picture.gif).

BAD-ASS-CJ
10-18-04, 02:47 PM
Ok how do i do that. My shopping cart is at http://www.mydomain.com/modules/shoppingcart

So if i use "/images/img.jpg" it looks for it at "http://www.mydomain.com/modules/shoppingcart/images/img.jpg" when it should look for it at "http://www.mydomain.com/images/img.jpg"

How do i do that?

BAD-ASS-CJ
10-19-04, 06:43 AM
Anybody?

stevel
10-19-04, 07:17 AM
Use this form: /images/img.jpg - with just a slash at the front.