- url: /static/images/(.*\.(gif|ico|jpeg|jpg|png))
static_files: static/images/\1
upload: uploads/(.*\.(gif|ico|jpeg|jpg|png))
Above is my app.yaml file. It is working on localhost but not working after deploy. I got 404 response in the gae website. Anyone know how to fix it?
uploadsinstead ofstatic? – Wooble Feb 12 at 11:21