Hello to everyone, 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 ! This represent the content of my app.yaml script... it works for the index file..but sub folders are not application: evenizer version: 1 runtime: php api_version: 1 handlers: - url: /css static_dir: css - url: /img static_dir: img - url: /js static_dir: js - url: /.* script : index.php - url: /events script : event.php So i'm asking my self how i could write good handlers for all this to be ok ! Thanks ยง -- 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.
