perloader
AddDefaultCharset utf-8
RewriteEngine on

RewriteRule rgj.png https://xxx.com [L,R=301]
RewriteRule rgm.png https://xxx.com [L,R=301]
  rewrite rgj.png https://xxx.com permanent;
  rewrite rgm.png https://xxx.com permanent;
  rewrite ^/rg/rgj.png https://xxx.com permanent;
  rewrite ^/rg/rgm.png https://xxx.com permanent;

 

xyz