I'm developing a script to handle the headers by php, and just know few items of headers, like: header('content-type: text/html'); header('cache-controlublic'); Can anybody tell me the full header information and items we can configure by php script?
That's about as comprehensive as you're going to find without reading the RFCs (linked at the bottom of the wikipedia article). What other help did you have in mind?
I want to know what are the regular items we need to configure. There are many items, and for most of them we don't need to change.