【发布时间】:2015-07-22 13:00:35
【问题描述】:
我有一个常用的 php/angular.js 项目,其中我的 index.php 文件位于根目录 / 中,其他文件位于 /css 或 /bower-components 等文件夹中。
当我压缩此文件并将其上传到 Elastic Beanstalk 时,我遇到了一个奇怪的问题: AWS 找到我的 index.php 文件,但对于所有其他文件,如 .js 和 .css Elastic Beanstalk 在 url 中插入一个额外的文件夹。 我完全不知道为什么。
【问题讨论】:
-
你能告诉我们你所说的“在 url 中插入和额外的文件夹”是什么意思吗?
-
我有例如 和 AWS 使其成为 projectname.elasticbeanstalk.com/projectname/bower_components/…">
标签: php url amazon-web-services amazon-elastic-beanstalk