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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to