LAMP サーバーで PHP を使用して Web サイトを作成し、GAE に配置したいのですが、javascript を認識できないようです。これは私のyamlファイルです:
application: helloworld
version: 1
runtime: php
api_version: 1
handlers:
- url: /stylesheets
static_dir: stylesheets
- url: /.*
script: index.php
- url: /js
static_dir: js
次に、html で次のようにロードします。
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="js/script.js"></script>
助けてください