I went into this thinking it was a 30 second thing; 3 hours later, I’m still stumped.
I’m looking at a web site rule for HTTP response headers, and for pages of a certain pattern that generate an http response of 500, I actually want the response to be 410 – those pages dead and they ain’t comin’ back.
I just cannot find what to put in for the name of the custom response header. Value is easy, 410. But name? No info anywhere.
I’ve run into a few suggestions that writing a custom dsapi filter in C might do it, but this was meant to be just a 30 second thing lol.
Subject: RE: Changing Status Line of a HTTP Response Header to 410
Yep I agree, permanent redirections should be 301.
The topic, however, is 410 code. There’s no redirection, the page didn’t move anywhere, it’s dead, gone, dead, dead, dead, and ain’t coming back nowhere.