无法创建app.yaml

时间:2013-12-17 22:55:24

标签: php google-app-engine yaml app.yaml

为PHP安装了谷歌应用引擎。无法创建app.yaml文件。

我的应用程序-Public有3个子目录 - >

A.html
B.includes
C.templates

html具有以下内容 - >

A.html
    1.app.yaml~ 
    2.favicon.ico 
    3.index.php  
    4.login.php 
    5.password.php
    6.quote.php
    7.buy.php  
    8.history.php    
    9.portfolio.php   
    10.register.php
    11.logout.php  
    12.portfolio.php  
    13.sell.php

    and following three subdirectories->
        a.css        b.img          c.js

其中a,b,c分别用于css,images和javasript。

子目录包括以下内容 - >

B.includes
    1.config.php  
    2.constants.php  
    3.constants.php  
    4.functions.php

且子目录模板具有以下内容 - >

C.templates
        1.apology.php                 
    2.portfolio.php
    3.buy_template.php            
    4.price.php
    5.dump.php         
    6.history_template.php   
    7.quote_template.php
    8.footer.php        
    9.login_template.php     
    10.register_template.php
    11.password_template.php  
    12.sell_template.php
    13.header.php   

0 个答案:

没有答案