On Thu, Oct 17, 2013 at 8:56 AM, Elie Cedric KOUEKAM <[email protected]> wrote:
> I am quite new to this new google technology, well i have some old php > projects i wrote using the famous "wamp server", now what i need is a way > to configure my app.yaml. Actually this is how my files are organised > > css/ > js/ > img/ > events/ > categories/ > > *and thses folders all have some php files into them !* > > Are you putting PHP files into the static css/js/img folders? If so, you'll want to reorganize your application so that PHP files are in certain folders, and static assets (JS, CSS, etc) are stored in separate folders. Then you can configure each PHP script to respond to different URLs, as you are doing now with your index handler. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
