home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 25 / CDROM25.iso / Share / linux / apache / contrib / modules / mod_speling.c.README < prev    next >
Encoding:
Text File  |  1998-06-11  |  309 b   |  9 lines

  1. /* mod_speling.c - by Alexei Kosut <akosut@organic.com> June, 1996
  2. *
  3. * This module is transparent, and simple. It attemps to correct
  4. * mispellings of URLs that users might have entered, namely by checking
  5. * capitalizations. If it finds a match, it sends a redirect.
  6. *
  7. * Activate it with "CheckSpelling On"
  8. */
  9.