On 27 Dec 2012, at 10:31 PM, HittingSmoke <[email protected]> wrote: > Pretty straight forward question. Can I use the parametric routes.py language > to 301 redirect from www.domain.com to domain.com for proper search engine > crawling? > >
You'd be better off configuring your server to do that. If you want to use web2py routes, I think you need the pattern-matching router. --

