Skip to content
Advertisement

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 images URL entry and

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 below: Its a very simple yaml file as I am only using the welcome view and a route to

php72 dynamic url routing with front controller via entry point standard not working Google App Engine [GAE]

My dynamic URL is not reading on my website on GAE, cause I want to use the incoming GET to query my database. As it stands, Php72 does not allowing routing from app.yaml must be from front controller via entry point which the default is publichtml/index.php or index.php. I changed mine to worker.php. The listing.php URL below is the dynamic

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

Advertisement