wordpress - iis server blocking access to .webp files -
so i'm trying add .webp image support wordpress site, run on iis.
now image exists on server , file name correct when try load image via url address in browser 404 error.
404 - file or directory not found. resource looking might have been removed, had name changed, or temporarily unavailable.
anyone know how might resolve issue?
i tried added <add extension=".webp" policy="cacheuntilchange" kernelcachepolicy="dontcache" />
doesn't work it's caching.
is there somewhere can allow access file types?
do maybe need allow filetype through firewall?
i'm still new working iis i'm little lost.
cheers
ok figured out.
i had allow mime type in iis manager.
https://technet.microsoft.com/en-us/library/cc725608(v=ws.10).aspx
wiki
Comments
Post a Comment