On Sep 28, 2011, at 8:13 PM, Farsheed Ashouri wrote:

> Hi everyone, I have a blog system and I need a pages like:
> mysite.com/myappName/pages/blog?u=user1
> map to something like this:
> user1.mysite.com
> 
> I've read many posts here, the book and other resources i idea how this 
> regexpr thing works. Could you please show meexactly how this example works 
> in routes.py? I am searching for a day in forums and I am really tired of 
> searching. (i feel like a fool!! :(( )
> Really thank you in advanced.

There's no way for the parametric router to do this. The pattern-based router 
might be able to.

How do you plan to handle DNS for the subdomains?

Reply via email to