earth2marsh + 404   12

Analyzing Apache Log Files < System | The Art of Web
# sort 404s by frequency
awk '($9 ~ /404/)' mylogfilename | awk '{print $9,$7}' | sort | uniq -c | sort -r
awk  apache  commandline  sysadmin  logs  errors  404 
6 weeks ago by earth2marsh
Shortcut to get a page's Google Cache
takes a url as a keyword and returns the google cache
shortcut:gcache  google  cache  404 
august 2009 by earth2marsh
Free Online Broken Link Checker: Site Wide! no more 1 by 1 pages
give a URL and a spider will read the html code and check for the broken links... splits links in two categories, internal, from the same host, and external, outgoing link to different domains. When finished, you will see a report showing all the bad links found, not only 404 status.
broken  utilities  tools  links  checker  link  404  webservice  seo  validator  webmaster 
august 2008 by earth2marsh

Copy this bookmark:



description:


tags: