Thursday, December 4, 2008

Re: Adding https in $html->url

> i want to get ishttps://mycart/carts/authorize/, what i have to do for it

Hi Jipson,
Most likely you'll need to include the full path to the secure URL,
like this:
<?php echo $html->url('https://mycart/carts/authorize/); ?>
in order to force the HTTPS protocol.

Out of curiosity, why are you using $html->url instead of $html->link?


--~--~---------~--~----~------------~-------~--~----~
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+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: