Hi, 

I'm using App Engine to host a static site (Soon to become full web app), 
but I'm being forced to make trade offs with my app.yaml file which doesn't 
seem to be the case for most users.

File structure is:

ROOT
- app.yaml
- www (directory)
   - .html files
   - css (directory)
      - styles.css
      - etc
   - js (directory)
      - abc.js
      - etc
   - Other directories

1) app.yaml sequence 1:

<https://lh3.googleusercontent.com/-731692FXZR0/WcveM6FNKzI/AAAAAAAAAMQ/uG2WbIBAzIwKiptKS8rphabsZLYnSoscACLcBGAs/s1600/Screen%2BShot%2B2017-09-27%2Bat%2B18.22.47.png>

Intended behaviour: all static files serve successfully and any pages/html 
files have the file extension removed from the url
Actual behaviour: all static files serve successfully, but file extension 
is not removed


2) app.yaml sequence 2:

<https://lh3.googleusercontent.com/-uYPd5Krm9PE/WcvfVyBXoWI/AAAAAAAAAMY/vB-HrA6nRMkuUOXt5DiNvPFqmjp9Ain8QCLcBGAs/s1600/Screen%2BShot%2B2017-09-27%2Bat%2B18.27.24.png>

Intended behaviour: all static files serve successfully and any pages/html 
files have the file extension removed from the url
Actual behaviour: All html files serve successfully, but a number of images 
across the site don't show (index.html images show fine)

Any ideas how to get all files to serve correctly AND remove file 
extensions?!

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d9dfcf60-2d2c-447d-bae1-44de22f3adbc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine... chris

Reply via email to