I have also same issue.
I tried "base"

'base'=>'https', 'base'=>'https:' and 'base'=>'https://' and

echo $html->link('billing',
array('base'=>'https:','controller'=>'/customers/billing_and_shipping'));

then link is looks like this
<a href="/customers/billing_and_shipping/index/base/https:">billing</a>


I also tried "bare" but I didn't see any different wiht/without it.

Also I tried "full_base" and not working.

How can I have link to https url??
Is there other way not using $html->link helper ?




On Fri, Sep 25, 2009 at 10:15 AM, iFeghali <igor.fegh...@gmail.com> wrote:

>
> Anyone found the solution ? I am on the same boat.
>
> Best,
> ~IF.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to