htaccess redirect showing 404 not found error for jpg file – Apache
I have some simple URL like this /sub/image.jpg /sub/sub/sub/image.jpg I want to redirect them to another page but when I use redirect code this page giving 404 error. Redirect 301 /sub/1.jpg https://examplel.com/new-page FYI: those images are not on my server…