在App Engine上投放多个PHP文件时出错

时间:2019-07-14 11:47:32

标签: php google-app-engine google-cloud-platform appengine-magic

在Google App Engine上提供PHP应用程序时遇到问题。可以,但是有些文件(如CSS和图像)没有显示。

假设我在以下所示性质的文件夹中有一个Web应用程序:

|_admin
|   |_images
|   |   |_admImage.png
|   |_index.php
|   |_dashboard.php
|_includes
|  |_connection.php
|_styles
|   |_css
|   |   |_style.css
|   |_js
|   |   |_scripts.js
|   |_img
|   |   |_favicon.ico
|   |_ |_welcome.gif
|_book_imgs
|  |_book1.jpeg
|_users
|   |_images
|   |   |_passport.jpeg
|   |   |_index.php
|   |_ |_books.php
|_index.php
|_books.php

includes文件夹中的connection.php文件链接到每个文件夹中的每个.php文件。它将各个页面连接到数据库。 样式文件夹中的样式表和图像(例如favicon)也连接到每个页面。

如果要在Google App Engine上发布,app.yaml文件应该是什么样?

0 个答案:

没有答案