Hi Quim

The URL below will match only the literal text '/category/subcategory'.

Please see the documentation here for details on how to set up URL mappings:
http://code.google.com/appengine/docs/python/tools/webapp/running.html

-Nick Johnson

On Mon, Jul 27, 2009 at 1:14 PM, Quim <[email protected]> wrote:

>
> Hi all.
>
> I want my application to handle URLs like
> www.mydomian.com/category/subcategory.
> I've set up my app.yaml like this:
>
> - url: /category/subacategory
>  script: home.py
> - url: /.*
>  script: home.py
>
> It does not work with the developer server (I've not used production
> server yet).
> What am I doing wrong?
>
> Thanks in advanced,
> Quin.
>
>
> >
>


-- 
Nick Johnson, Developer Programs Engineer, App Engine

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to