Skip to content

Tag: google-app-engine

Catch inexistent static files in app.yaml

In app.yaml I have I would like to intercept / redirect non existent image files (gif | png | jpg). As it is, GAE returns an Error not found when requesting some inexistent file with the image extensions, I am looking if there’s some way -at app.yaml- level to intercept them. (I could remove the static …

Deploying Laravel app to Google App Engine

I am trying to deploy my Laravel 7.29.3 app to Google App Engine Standard environment. I have followed the guided located here https://cloud.google.com/community/tutorials/run-laravel-on-appengine-standard. However, I get a View[Welcome] not found error when I view my deployment. My app.yaml file looks like b…

How to access my Google App Engine instance remotely

I am a beginner to Google Cloud. I have created a instance in APP ENGINE. I am able to access it from my local host. But I want to access it from my PHP application remotely. How can I do it? Answer Once you deploy an application on App Engine, it should be available to be accessed externally, by using