Jump to content

PHP header "Last-Modified"


Mcod

Recommended Posts

Hi there,

 

I am currently running into an issue with my Last-Modified header.

I have a news artcle script which stores the publication date as Y-m-d, so I tried to send the following header via PHP:

 

header("Last-Modified: ".$articledate." 1:00:00 GMT");

 

However, when I test the headers with a header tool, it always shows:

 

Thu, 01 Jan 1970 00:00:00 GMT

 

instead of what I want it to show. I wonder what I would have to do to show the Last-Modified header correctly, as this is important to me as I need to index all my pages using the correct data. Please note that I cannot use the file date, as the pages are dynamic, so there is no real file to get the date from.

 

Your help would be greatly appreciated.

Link to comment
Share on other sites

  • 2 weeks later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.