On Tue, Mar 17, 2015 at 5:22 AM, Paul Canning <p...@drawandcode.com> wrote:

> handlers:
> - url: /task.php
>   script: task.php
>
> Locally, I can access http://localhost:8080/test.php, remotely, I get the
> CI 404 page.
>
> Why would there be a difference?
>



Well, first of all I want to point out that your handler is handling
*task*.php,
while your test url is calling for *test*.php, so it's probably worthwhile
to double-check that you're attempting to access the right page.

If you're still having problems, is that handler instruction the first
handler command in app.yaml, or are there other handlers previous to it? If
there are other handlers present, try moving your task.php handler to the
top. Can you post your entire app.yaml and a picture of your directory
structure? If you can't share your directory structure for confidentiality
reasons, you can create a small test case that replicates the issue and
post that.



-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CALSvALBFoP4Jvw9HKc5smO-6d8Grc4JgwJatRpNdvAED%3DK7%2BDw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to