navin007
✅ status code 200 (from disk cache) instead of 301
Recently I had mad a IIS rule to 301 redirect a particular url to another page. For the first time if I hit the url it's status code is 301(permanent) and the redirection is happening.
But if I hit the url again it's returning 200 status code for the document but the redirection is happening. I want the status code as 301 even if I hit it multiple times in the same browser. But also I need this fix to happen for the particular url and doesn't affect other urls of the site
8 replies