[Owncloud] [Solved] Oddities when using IIS7.x
Thomas Tanghus
thomas at tanghus.net
Tue Oct 30 12:53:03 UTC 2012
On Tuesday 30 October 2012 12:14 g4 at novadsp.com wrote:
> Hello
>
> I've finally tracked down the problem with SVG icons being rendered
> oddly when served by IIS. The SVG mime type was not registered with IIS.
> The fix is to either
>
> use IIS admin -> MIME types: add .SVG with a mimetype of image/svg+xml
>
> Or add an entry to the relevant web.config
>
> |<configuration>
>
> <system.webServer>
> <staticContent>
> <mimeMap fileExtension=".svg" mimeType="image/svg+xml" />
> </staticContent>
> </system.webServer>
> </configuration>|
>
> Not sure if there is a Wiki to which this might be added...
Maybe the tutorials section at http://forum.owncloud.org/viewforum.php?f=8 can
do for now?
--
Med venlig hilsen / Best Regards
Thomas Tanghus
More information about the Owncloud
mailing list