My app runs on a server that only runs https no http. When i do a:
$this->redirect('controller/action', null, true);
The created url is:
http://cake.devenvironment.local/controller/action/
The obvious error is that the 's' is missing on the url, what am i
doing wrong here?
Or what is Cake doing wrong and how can i fix it? I don't wan't to
hardcode the path into the redirect since the application is running
or different machines all of them https.
cheers,
safl
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---