Hi,
I have a weird situation. This is a Symfony 1.0 project using
SslRequirementPlugin.
I have a page that has require_ssl set to true. And all the images in
that page uses https correctly. But there is this one gif image that
still uses http!
I can not see what's so different about it. Here's a snippet:
<div id="indicator" style="display: none"><span>Loading:</span><?php
echo image_tag("indicator.gif"); ?></div>
<div class="logo fltleft"><?php echo
link_to(image_tag('logo.png'),"@homepage"); ?></div>
The indicator.gif uses http, but the logo.png uses https correctly.
But both are using image_tag and is in the same directory.
Anyone has similar problem?
--
Blue Horn Ltd - System Development
http://bluehorn.co.nz
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---