It's been a while since I had to set this up, but are you using relative
or absolute paths for the images?

Being in the same directory stopped mattering years ago, but using https
may be the issue.

So if images are being referenced like so:
<img src="../images/myimage.gif">

You MAY have issues

I'd suggest trying

<img src="https://www.appreciativeway.com/secure/images/myimage.gif";>

again...it's been a while and I may way off base

regardless, something changes when you use the URL param....try viewing
the source to see what is different and make it the same ;-)

Cheers


On Wed, 2010-12-01 at 10:57 -0800, Rob Voyle wrote:

> Hi Folks
> 
> I have a secure site that works fine:
> https://www.appreciativeway.com/secure/bookstore.cfm
> 
> When I add variables such as:
> https://www.appreciativeway.com/secure/bookStore.cfm?webSource=clergy
> 
> The page becomes a mix of secure and non secure items.
> The variable is the link origin and changes the header images, however they 
> are 
> in the same format and directory as the secure version.
> 
> I have tried it on multiple bowsers. IE gives the mixed content message but 
> when I select don't show the non secure items everything shows up.
> 
> Is the problem the  appended url? 
> Is there away to make that secure?
> 
> Thanks for any help
> 
> Rob
> Robert J. Voyle, Psy.D.
> Director, Clergy Leadership Institute
> For Coaching and Training in Appreciative Inquiry
> Author: Restoring Hope: Appreciative Strategies
>              to Resolve Grief and Resentment
> http://www.appreciativeway.com/
> 503-647-2378 or 503-647-2382
> 
> 
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339695
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to