Hello Bhupinder, 

You are right, you need to define handlers for your app. This is done by 
indicating the needed paths in the app.yaml file. Detailed related 
information and examples are provided on the "app.yaml Reference" page 
<https://cloud.google.com/appengine/docs/standard/php/config/appref>, as 
well as the "How Requests are Handled" page 
<https://cloud.google.com/appengine/docs/standard/php/how-requests-are-handled>,
 
or int the "Configuring your App with app.yaml" document 
<https://cloud.google.com/appengine/docs/flexible/php/configuring-your-app-with-app-yaml>
. 

You are right about the 404 error code as well, it does mean that the 
address is not found. You can check at any time the meaning of these error 
codes on the "HTTP Status and Error Codes for JSON" page 
<https://cloud.google.com/storage/docs/json_api/v1/status-codes>. 

This forum is meant for general discussion and voicing of opinions. For 
programming problems it is better to read dedicated forums such as 
stackoverflow, where programmers are active and ready to help. 

-- 
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/75b4d398-fba7-4c49-9b14-3d80cb605c0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to