Hi, I'm new to app engine, and I'm noticing when I develop in localhost: I 
can hit my scripts with the following:
localhost:8000/my/url?param=value


Which in turn calls the *index.php *file in the */my/url *location with the 
get parameters of *param=value*.

But when I deploy to the app engine: it seems to require that I call the 
file directly:
project-1234.appspot.com/my/url/index.php?param=value

I'm a bit confused as to whether I'm supposed to change something in the 
app.yaml, or the nginx-app.conf file and how to do that. 


Thanks

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/420754c4-316d-42b6-a360-d60a0948d305%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... Jay-Nicolas Hackleman
    • [google-appen... 'George (Cloud Platform Support)' via Google App Engine
      • [google-a... Jay-Nicolas Hackleman
        • [goog... 'George (Cloud Platform Support)' via Google App Engine
          • [... Jay-Nicolas Hackleman
            • ... 'Nicholas (Google Cloud Support)' via Google App Engine
    • [google-appen... Jay-Nicolas Hackleman
      • [google-a... Jay-Nicolas Hackleman
        • [goog... 'George (Cloud Platform Support)' via Google App Engine

Reply via email to