On Thursday, December 11, 2014 11:53:04 AM UTC-8, Gael Princivalle wrote: > > Hello all. > > One of my customers have took a 1&1 dedicated server and want to install > inside web2py. > I've got only a web2py Webfaction experience so I don't know exactly how > can I help him. > He have install web2py in a apache2 mod_wsgi. > The welcome application run but don't find css files: > "The requested URL /admin/static/_2.9.11/css/bootstrap-responsive.min.css > was not found on this server." > > Someone have some suggestions ? >
This sounds like the static file versioning "issue" which has been talked about in this forum (periodically since about last January). The routes.py or something needs to rewrite the URL, but having the version stuck in the original URL allows the css in cache to be discarded on server updates. I haven't had to do this myself, Rocket works fine out of the box, but I do recognize the topic. /dps > > Thanks, regards. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

