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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -

python - Read npy file directly from S3 StreamingBody -