In my CodeIgniter application, I have set a handler in the app.yaml file for the following:
handlers: - url: /task.php script: task.php This file is in the root directory. In a typical LAMP/WAMP environment, a .htaccess file would be used to allow access, as typically you are only allowed to access the index.php file (that's how CI works). So, there is no .htaccess in GAE, only app.yaml (and dispatch.yaml etc) Locally, I can access http://localhost:8080/test.php, remotely, I get the CI 404 page. Why would there be a difference? (I understand this is most likely an issue with how CI works, but the fact that the yaml file gives different results must be something to do with GAE?) -- 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 [email protected]. To post to this group, send email to [email protected]. 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/2513210d-d82e-4485-860b-83bc48403ae7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
