Ah, typo in the question, I was trying to access task.php in both 
environments!

For some reason, it is working now, and to answer your other question, it 
was beneath some static file handlers and above the handler for the 
index.php page.

On Wednesday, March 18, 2015 at 6:06:15 AM UTC, Vinny P wrote:
>
> On Tue, Mar 17, 2015 at 5:22 AM, Paul Canning <pa...@drawandcode.com 
> <javascript:>> 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/dc3c44a9-2306-49c9-803c-a6104ae1acad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to