Hi all, i have deployed Web2py 1.83.2 on lighttpd production server. And i have a problem for edit css files in the admin interface. I raise a 404 error when I try to edit files.
Files seems to be accessible because, for example, <app_name>/static/ landing_a_default_new.css display content of my css file. All others files (language, contoller, html files in views) are editable without problems. When i run the same app on localhost, I can edit my css. Where comes this problem ? Thanks.