I am using header in PHP to redirect if certain cookies are not present. When I issue the header command instead of the page I should be getting I get this page:
*****************************************
Page title: 200 OK
Page contents:
OK
The document has moved here.
*****************************************
The here is a link to the document that I redirected to. I need the document to display rather than a page that links to the document. Anybody have any ideas what is going on here and how I fix it?
*****************************************
Page title: 200 OK
Page contents:
OK
The document has moved here.
*****************************************
The here is a link to the document that I redirected to. I need the document to display rather than a page that links to the document. Anybody have any ideas what is going on here and how I fix it?