I want a particular handler “/OldVideos” to be invoked when URLs which end with “.aspx” are requested for.
How do I fit this in the app.yaml file?
thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
URL and file path patterns use Regular Expression syntax. So, you can write a regular expression for paths ending with
.aspxsuch ashttp://code.google.com/appengine/docs/python/config/appconfig.html#About_app_yaml