Q. Why do all my pages have the same date?
A.
Because they all have the same date on your web server.
Sometimes when a file is transferred to a web server using FTP the file's timestamp
is not preserved - it gets reset to the server's current time & date. If you are in the
habit of transferring all of your site's files every time you do an update (not
just the ones you actually modified) your entire site will appear "new".
This affects not only the What's New feature, but can also cause unneeded
page reloading by your visitors.
There are two ways around this. You can:
Only transfer the files you have actually modified to your server, or
Explicitly specify the date in each file using
the search engine "New" tag.
(For more information on search engine HTML tags, see the HTML Tag Reference.)
[top]