Search results

  1. K

    Jpeg to WebP over htaccess

    Hello how can i convert this htaccess code for use in OLS? # Check if browser support WebP images RewriteCond %{HTTP_ACCEPT} image/webp # Check if WebP replacement image exists RewriteCond %{DOCUMENT_ROOT}/$1.webp -f # Serve WebP image instead RewriteRule (.+)\.(jpe?g)$ $1.webp...
Top