Good day. I can not make a redirect from a non-existent image, there is a rule in htaccess:
RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^images/logos/[0-9]+\.[az]+$ images/noLogo.png [L]
which flatly refuses to work. On lokalkhost everything with a bang. What could be the problem?