Jump to content

HTTP Headers


knystrom18

Recommended Posts

I'm just starting to learn about this, but I have no idea where to apply it. The headers of a .html document are sent before the end user even sees the page loaded, right? So how can I manipulate them?

Link to comment
Share on other sites

I'm just starting to learn about this, but I have no idea where to apply it. The headers of a .html document are sent before the end user even sees the page loaded, right? So how can I manipulate them?
You can manipulate them with Apache directives, or other server software. If the file is generated by PHP then PHP can generate headers.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...