We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
What is your .htaccess / apache configuration for this directory ? Maybe you specify gif/jpg file extension, but no .svg. Just an idea.
Sorry, something went wrong.
In this file I have only this
RewriteEngine On RewriteRule ^.*$ index.php [NC,L]
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: