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

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -