Last modified from another file?
Do you know the way to show when a file was last modified from another file? For example if I wanted to say
News: Last updated MM/DD/YY on index.shtml and link that to news.shtml what SSI would I put on index.shtml?
------------------
Web Design - Hosting - Promotion - Programming
InfoStar Web Design - Click Here!
japhy posted this at 20:00 — 27th December 1999.
They have: 161 posts
Joined: Dec 1999
The LAST_MODIFIED environment variable can only be used to reflect the date on which the file it appears on was last modified. The syntax is:
You can also set the date format using:
See the documents on strftime(3) for more information on time format strings.
However, you can use the flastmod SSI directive like so:
or
The Apache documentation on these (and other) SSI directives can be found at:
http://java.apache.org/jservssi/traditionalssi.html
------------------
--
MIDN 4/C PINYAN, NROTCURPI, US Naval Reserve
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.