Open Kedoper opened 5 years ago
What is your .htaccess / apache configuration for this directory ? Maybe you specify gif/jpg file extension, but no .svg. Just an idea.
What is your .htaccess / apache configuration for this directory ? Maybe you specify gif/jpg file extension, but no .svg. Just an idea.
In this file I have only this
RewriteEngine On RewriteRule ^.*$ index.php [NC,L]
Hi, the problem is that you get a 404 error when you try to display an SVG image on a page. For example, I have such a structure
I specify the path "/img/icons/Twitter_Logo_Blue.svg". And it turns out that the image is not loaded, and in the browser developer console error 404.
However, if you specify a file in PNG format, it is quietly displayed.
I don't understand what the problem is. Can you help?
Because I'm sure it has to do with Klein