First thing that comes to mind is that Linux is case sensitive, while Windows is not. So ../Silos/static is different then ../silos/static/... etc.
If not, then please provide the actual errors displayed and/or server logs... There must be an error, "no images showed" doesn't tell us much. Regards On Wednesday, March 12, 2014 8:32:28 PM UTC+1, jldistefano wrote: > > Hi, I am developing on windows an application that show images stored in > the static folder, it works great on Firefox , Chrome and IE. > > The problem is when I serve the application from a Linux machine running > Ubuntu. > The images aren’t showed on Firefox (didn’t try other browser). I tried > with both of this ways on the view. > > <IMG src="{{=URL('static', 'ok.ico')}}"> > > <IMG src="/Silos/static/ok.ico"> (Silos is the app name) and variations > like <IMG src="file:///.../Silos/static/ok.ico"> > > And the result is the same, no images showed. > > I need some help or clues here. > > Thanks in advance. > > -- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.