Hi All,
I need to create a .htaccess rule that would not serve an image if the filename does not have an underscore in it.
Example:
/a/test-foo_test.jpg can be served
/b/bar-foo_image.png can be served
/c/foo-bar.jpg cannot be served
Is it possible to do this with .htaccess rules?
Thanks