--- Original Message ---

From: Leo <[email protected]>
Sent: March 30, 2012 3/30/12
To: [email protected]
Subject: [google-appengine] Can't see my uploaded website. 500 Server Error

I followed all the steps to create the website on GAE. I deployed, and 
everything worked fine. But when i try to open the website on 
<myname>.appspot.com, it gives a Server Error. 

I have a feeling my app.yaml file is incomplete. My website is pretty basic. 
This is the app.yaml file. Should I add something more? Please help

application: <myname> 
version: 1
runtime: python
api_version: 1

handlers:
- url: /(.*\.(gif|png|jpg|ico|js|css))
  static_files: \1
  upload: (.*\.(gif|png|jpg|ico|js|css))

- url: .*
  script: main.py


Thanks a lot for the help 





 -- You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/oaodi5XIFosJ. To post to 
this group, send email to [email protected] 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.

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