简体   繁体   中英

How to deploy a project made in PHP with .htaccess in Google APP Engine?

I hope you can help me, I have the following problem: I am uploading my PHP project to Google App Engine, when I deploy everything is fine, but when I show it in the browser, I do not send, inspect the console and mark me css file errors.

One of the mistakes I usually get is this: Resource interpreted as Stylesheet but transferred with MIME type text / javascript

and

Uncaught SyntaxError: Unexpected token '<'

My structure of my project is as follows:

enter image description here

and the structure the app.yaml file is as follow:

enter image description here

I think you should start by following some tutorials.

You can find below documentation on how to deploy PHP app on Google App Engine:

1. Deploying a PHP 5 App

2. Run Laravel on Google App Engine standard environment

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM