Reputation: 1149
as the question asks, is there a way of finding when a page was uploaded/updated last. I've got a client who has an 'SEO' company and I've just been asked by client if i've changed the the ftp login details, i haven't but it could be the seo company, want to know if they've updated a page and uploaded it after i did....
thanks in advance....
Upvotes: 0
Views: 3841
Reputation: 40082
If the server provides a "last-modified" header, that would give you the most reliable information without accessing their servers.
Upvotes: 0
Reputation: 35117
Yeah, log into the FTP and take a look at the creation date of the file.
Upvotes: 2