Hey Bryan,

Actually using <img src="../images/myimage.gif"> is fine, as this will be
relative to the current url, so will use http or https
using <img src="https://www.appreciativeway.com/secure/images/myimage.gif";>
as you suggest will force all images to use the SSL even though he page is
not.
So relative is better.

Adding a query string does not cause an issue, nor does it change image
paths, having a hard coded http in your url's does however cause an issue as
this is still the url for the image even when you use https for the page,
thus you get non secure items on the page.



On Wed, Dec 1, 2010 at 7:02 PM, Bryan Stevenson <
[email protected]> wrote:

>
> 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:339697
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to