hello friend
No. The server actually inserts the last-modified information when you
use a header. If you are running the .htm/.html pages through PHP then
you will not get this information since the server is not reading the
files, it is getting the results of a script (stdout).
Instead, you should use .phtml or .php extensions on your script files and allow normal .html files to be handled by the server. I would put last-
modified into a database and update it when the site is updated.
Hope this helps
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --