.htaccess? Do you mean rewriting the URL's? This will not work,
because I want the Client to post to https. Or am I missing something?

On Jan 24, 1:57 am, francky06l <[EMAIL PROTECTED]> wrote:
> You can use .htaccess to force an https connection for the desired
> url's.
>
> On Jan 23, 6:34 pm, vb13 <[EMAIL PROTECTED]> wrote:
>
> > Hi all,
>
> > I am struggling with the following (I hope simple) issue in 1.2
>
> > I have a login form that has to post via https.  I would like to use
> > cake controller/action url notation and let the framework generate a
> > full https://... URL.
>
> > I.e. in my template I have code
>
> >  <Form action="<?=$htmlhelper->link('user/login') etc?> and I want the
> > result to post to gohttps://www.foo.com/user/login, i.e. cake should
> > know to generate full url as https:// and not http://.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to