I have deployed code in Google app engine server with route mode changes 
from mode: 'hash' to mode: 'history'. After this change, I am getting this 
error.

Error: Not Found The requested URL /login was not found on this server.

Here is app.yaml
runtime: python27 
api_version: 1 
threadsafe: true 
 handlers:
 - url: / 
 static_files: index.html 
 upload: index.html 

 - url: /(.*) 
 static_files: \1 
 upload: (.*) 

Can anybody please help me...

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/64f5270f-8ad0-42f8-b731-35161ed045f2n%40googlegroups.com.

Reply via email to