Re: Regarding URL Rewriting Engines
Date: September 14, 2009 11:02AM
Yeah.
If you look at my page: http://rvdh.ath.cx/foo
that request is rewritten, because the folder doesn't not exist. However, it still returns a http_code back, namely a 404 in the header. (a server SHOULD do this according to the RFC 2616) so that's all cool.
Now, I return a simple txt file back, so that actually is a 200 because the file is there. Now, when I parse the message I get back on a 404, and it doesn't match a signature, it means it's rewritten.
That was your question right?