2010/1/22 mdipierro <mdipie...@cs.depaul.edu>: > You get invalid requests if the url is wrong or contains invalid chars > (the filename cannot contain special chars or spaces, only > alphanumeric and -).
Thanks. It was not that easy to find the correct url, but in the end I found it. I have a subdirectory with all the related files in it including the css. in /static it works fine (without access control) but as soon as I put this directory in /private/static (/private/static/proxydoc/) or in uploads/ it ignores the css that is in proxodoc/_static/. :( Somebody mentioned that I can use reponse.render to render anything. I am not sure how to do it and whether it will solve my problem in this setup. Regards Johann -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.