Hi!
I need some help; I have a local plugin with custom css. Inside this css I have image:
.localplugin{
background:url('view/pof/img/bg-plataforma-online-fisica.jpg');
}
But when I see local plugin page the image show 404 error and the source is:
http://moodle35/theme/styles.php/boost/1557350806_1/view/pof/img/bg-plataforma-online-fisica.jpg
(Is a local test server)
How can solve this?
Thanks you!