Is it possible to count total number of pages a website has?
nmattheij
9:49 am on Jun 6, 2005 (gmt 0)
You could run a pages report giving you all pages that returned anything below httpstatus 400. Most log files analyzers probably can do this, even the free ones. However, it might be possible to miss a few pages.
If you have directory access, you could just run a search for anything *.htm, *.php or whatever page types you have.
If you don't have access to log-files OR the filesystem I think it's going to be difficult.
cgrantski
12:46 pm on Jun 6, 2005 (gmt 0)
A site copier or offline browser like HTTrack will give you this information, as long as all the pages can be reached through links.