On Wed, Nov 26, 2008 at 11:59 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is there a way to do that simply or do I need to make a new site and > redirect the link "myBasket" to this new site ?
I think it's not Pylons's jobs to handle the HTTPS/SSL thing. You should implement your web application. The certificate + cypher layer is something the web server should cope with, hence Apache. We have a web application under SSL but there's no logic whatsoever about it in the Pylons's controllers. See: http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html and about the redirect: http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#relative HTH -- Lawrence, neropercaso.it - oluyede.org "It is difficult to get a man to understand something when his salary depends on not understanding it" - Upton Sinclair --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
