Stuart Robson
Stuart Robson

Reputation: 1149

can i find out when a webpage was last uploaded?

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

Answers (4)

jOSH
jOSH

Reputation: 1

javascript:alert(document.lastModified)  

wiil do it

Upvotes: 0

Stuart Robson
Stuart Robson

Reputation: 1149

javascript:alert(document.lastModified) 

Upvotes: 0

Gabriel Hurley
Gabriel Hurley

Reputation: 40082

If the server provides a "last-modified" header, that would give you the most reliable information without accessing their servers.

Upvotes: 0

Spencer Ruport
Spencer Ruport

Reputation: 35117

Yeah, log into the FTP and take a look at the creation date of the file.

Upvotes: 2

Related Questions