On the water.usgs.gov web server a batch job runs linklint once a week on the entire site.
Customize the error documents; With the apache web server it is possible to customize the web pages that will be displayed for given error conditions (ex: 404 Not Found). By default, Apache as distributed by DIS in WRD web servers uses this feature, along with a server-side-include program which sends mail to the file owner about broken links.
Add a Redirect entry in the web server configuration file. Users may never know that they were redirected. Link checking programs and search engines will see the return code of 300 and know that the old page no longer exists at the linked location. This can be done for entire directories.
Leave a
referral document with a link to the new
material and place and add a line like this in the HEAD
section of the html:
<META HTTP-EQUIV="Refresh"
Content="6;
URL=http://wwwqvarsa.er.usgs.gov/www/webmaster/">
The code above will take you to http://wwwqvarsa.er.usgs.gov/www/webmaster/ after six seconds; It is a good idea to pick a time long enough to allow a user to use a back button once they have arrived, six seconds would be a bare minimum. This method encourages users to change links, but returns a normal return code and so won't be picked up by link checking programs as a redirection.
There are Internet services that specialize in helping sites track down problems, such as Net Mechanic and Doctor HTML. Keynote Performance Monitoring is being used to monitor performance and availability.
slide 50
|
"Mastering a Web Site" online course Created and maintained by Lorna Schmid and David Boldt. http://water.usgs.gov/usgs/training/webmaster/maintenance.html Last modified: Tue Sep 20 12:19:12 EDT 2005 |