$url = $_SERVER['REQUEST_URI'];
$prefix = '';
if (preg_match('#\.(jpe?g|png|gif|svg)+.*#', $url, $matches)) {
header('Location: https://picsum.photos/200/300.jpg', true, 302);
return;
}
Fix migration maker https://github.com/oroinc/platform/pull/915/commits/492bfd87915a7012a4a7972be4e7b525af68c4ec