RewriteEngine on
RewriteCond %{REQUEST_URI} \.svg$ [NC]
RewriteCond %{HTTP_USER_AGENT} MSIE
RewriteRule ^(.*)$ ./sie.php [L]
