I mean, i have some php scripts on a directory, if i don't put them as an entry on app.yaml, for example:
- url: /scripts/script.php script: scripts/script.php and i put the whole directory as static_dir like: - url: /scripts static_dir: scripts ... and i go through it's URL on the browser like, http://mydomain.com/scripts/script.php, it happens to me that i can download the source code of script.php!!!?? so, what am i doing wrong? do i have to put all the scripts like this:? - url: /scripts/script1.php script: scripts/script1.php - url: /scripts/script2.php script: scripts/script2.php - url: /scripts2/script1.php script: scripts2/script1.php ...and so on? I am new to GAE and i'm a bit confused by now :(, i don't really get 100% how app.yaml works although i read some information here and there... any help is appreciated, thanks in advance. -- 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/d/optout.
