Web FAQ 7.06. The "Date Last Modified" on my home page keeps displaying the same date and time.
How do I fix this?
To find out why this problem occurred, please read the first paragraph in FAQ 7.5.
In order to fix this problem, you need to check the "Last Modified" tag in your home page file. If there is an actual date in this tag, then that's your problem. For instance, if the "Last Modified" tag looks like
Last modified: Wednesday, 11-Feb-98 17:11:52 EST
then it will continually display this date and time. To fix this, replace the "Last Modified" tag with the following
Last modified: <!--#flastmod file="filename.html"--> where filename.html is the name of the home page file.
For example: if youI want to include the "Last Modified" tag in your index.html file, then you need to add the tag Last modified: <!--#flastmod file="index.html"--> to your index.html file.