Could someone please explain what is involved to enable my server/site/etc. to serve a document based on a URL query string?
I have a database which assigns an id to a path and filename and. I want users to be able to enter " in the address bar and be served up the corresponding document... however I do not want the URL to change, that is I do not want to do a simple redirect. I would like it to behave like the Microsoft Knowledge Base site (see: Is there a HTTP header I can send to do this?
I understand this may not be PHP specific but I was not sure if this required a server/http/language/etc. solution.
Thank-you,
Mike Caines
I have a database which assigns an id to a path and filename and. I want users to be able to enter " in the address bar and be served up the corresponding document... however I do not want the URL to change, that is I do not want to do a simple redirect. I would like it to behave like the Microsoft Knowledge Base site (see: Is there a HTTP header I can send to do this?
I understand this may not be PHP specific but I was not sure if this required a server/http/language/etc. solution.
Thank-you,
Mike Caines