Forum Moderators: phranque

Message Too Old, No Replies

How can I remove the "Last Modified" header?

         

moftary

1:41 am on Jan 2, 2006 (gmt 0)

10+ Year Member



Some sites I have seen does not send the "Last Modified" header. I have searched apache.org for this configuration and how to remove that header but I had no luck.

Does anyone know how to do so?

Thanks in advance

jdMorgan

2:37 am on Jan 2, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can try unsetting it using mod_headers. What are you trying to accomplish?

Jim

moftary

11:56 am on Jan 2, 2006 (gmt 0)

10+ Year Member



I am trying to force apache not to send this "Last Modified" header.

moftary

12:08 pm on Jan 2, 2006 (gmt 0)

10+ Year Member



Thanks, "Header unset Last-Modified" did the job.