On Wed, 2011-08-03 at 14:35 -0700, Bruce Wade wrote: > Coming from Django which has the PREPEND_WWW = True which you can add > to the settings.py forcing URL's that don't start with www. to be > redirected. Is there a built in way to handle this with pyramid?
Fraid not. I'd suggest doing that in the webserver that sits in front of your app. -- 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.
