html - SVG images displayed as broken images on server -


i'm encountering odd problem showing .svg using simple img tags on apache.

on local computer, images visible. on mt vps, images come across broken links. when right click on broken image link , 'open image', shows images correctly (telling me path correct).

my html looks this:

<img width="32" height="32" alt="icon" id="create-wheel-icon2" src="public/assets/img/svg/idea_vect.svg" style="left: 230px; top: 57px; opacity: 1;"> 

any thoughts?

the info in link robert provided above worked me:

.htaccess file these rules:

addtype image/svg+xml svg svgz addencoding gzip svgz 

Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -