0

为 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   
4

0 回答 0