Debes usar el flag [OR] en el RewriteCond y trata algo más genérico, como
Código Apache:
Ver original# % -> puedes borrar esta línea es para evitar un error con el highlight
RewriteCond %{HTTP_REFERER} !^http://midominio/.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} !^http://www\.midominio/.*$ [NC]