Get the Code

If your site is in the ITS Centrally Supported Offering, you already have this reporting system in place.

If it is outside of the ITS Centrally Supported Offering and you want to have this automatic broken link reporting system on your site,  you will need to add the code using one of the following options.

  1. If you want a static self contained file, use the HTML/Javascript code. You would then use it to replace the default apache or IIS default 404 error page. It does not have any theming.
     
  2. For those that have the ability to take advantage of PHP,  the second bit of code should be used. (No theming; it is to be used with an existing system, such as Drupal or Joomla)
NOTE:

If you have an old reporting page and you JUST want to update the links to point to the new location, please change the following lines:

The PO​ST:

OLD: <form name="report_error" method="post" action="https://search.charlotte.edu/error/?p=report">

NEW: <form name="report_error" method="post" action="https://web.charlotte.edu/site/error/report">

The Image:

OLD: <img src="https://search.charlotte.edu/error/images/search-icon.png" style="float: right; padding: 0 0 0 5px;" alt="404 Icon">

NEW: <img src="https://web.charlotte.edu/sites/all/themes/UNCC_Theme-Drupal/uncctheme/images/search-icon.png" style="float: right; padding: 0 0 0 5px;" alt="404 Icon">