Hi guys,
In the program language PHP there is a $_SERVER array and it contains a parameter REDIRECT_STATUS.
I'm a bit confused where this parameter comes from. Does it come from the visitor's browser, or does it come from the Apache server?
Is this REDIRECT_STATUS the same as "404 not found", "403 forbidden", "200 ok" etc. ?
In the program language PHP there is a $_SERVER array and it contains a parameter REDIRECT_STATUS.
I'm a bit confused where this parameter comes from. Does it come from the visitor's browser, or does it come from the Apache server?
Is this REDIRECT_STATUS the same as "404 not found", "403 forbidden", "200 ok" etc. ?