Whats wrong with this handler in app.yaml ?

- url: /(\d+)
  script: index.py?id=\1
  
When I goto http://localhost/34, the console shows 404 but doesnt say "Not 
found error: /34 did not match any patterns in application configuration."

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