
# BEGIN Register webp mime type
<IfModule mod_mime.c>
	AddType image/webp .webp
</IfModule>
# END Register webp mime type