SVG not showing on godaddy WordPress site SVG not showing on godaddy WordPress site wordpress wordpress

SVG not showing on godaddy WordPress site


I got it to work. I had to put that rule outside the #wordpress part like so:

AddType image/svg+xml .svg .svgz# BEGIN WordPress<IfModule mod_rewrite.c>RewriteEngine OnRewriteBase /staging/RewriteRule ^index\.php$ - [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /staging/index.php [L]</IfModule># END WordPress