I'm using a .404 trap delivery system with PHP4 and MySQL...delivering pages through the hashed URLs. I have the Header("HTTP/1.1 200 OK"); at top of the scripted .404 page.
Question: 1.1 header and get requests for pages return the 200 OK.....1.0 header/get requests return .404 response. Doesn't matter if I duplicate the "200 OK" header command substituting 1.0.
I don't want to suffer any rejections for the 1.0 requests.
Suggestions, comments please?
Question: 1.1 header and get requests for pages return the 200 OK.....1.0 header/get requests return .404 response. Doesn't matter if I duplicate the "200 OK" header command substituting 1.0.
I don't want to suffer any rejections for the 1.0 requests.
Suggestions, comments please?