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.


--~--~---------~--~----~------------~-------~--~----~
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