Hi, In order to get SEF URL's on an IIS environment, I'm redirecting 404 missing file errors to a php script and parsing the URL of the error. As part of this, I'd like to set the status code to a normal 200, rather than 404. The code I'm using to attempt this is: header("Status: 200 OK"); But phpinfo tells me that the status code is still 404. Please help, Kind regards, fcmisc.