Hi,
For some reason I can't get static_dir to work. In my app.ymal I have:
- url: /ui
static_dir: ui
- url: /dump
static_dir: dump
Loading static files from /ui works (i.e /ui/images/logo.png). But when I try to access something from /dumo I just get:
INFO 2009-11-12 14:03:55,497 dev_appserver.py:3034] "GET /dump/kaxas.zip HTTP/1.1" 403 -
If I change the name of the zip-file to something else it returns a 404 error. So in someway it finds the file.
On the server the files have the same owner and group, and the same rights (chmod 755).
I'm running dev_appserver on a linux server.
Any ideas?
..fredrik