With any knowledge of the system itself: If you redirect in the HTTP header, the response code is 302. You will get a 200 later because the file you get redirected to exists. If you want to keep the 404 on the first response you will need to use some JavaScript in the HTTP body to do the redirection. Edwin Edwin
... View more