我在 Google 应用引擎上提供 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
包含文件夹中的connection.php
文件链接到每个.php
文件夹中的每个文件。它将各个页面连接到数据库。样式文件夹中的样式表和图像(例如 favicon)也连接到每个页面。
如果我要在 Google 应用引擎上发布,app.yaml
文件应该是什么样的?