mod_speling.html revision e0b181d3bfa99dfb992df3024b397660cb7afbe9
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<html xmlns="http://www.w3.org/TR/xhtml1/strict"><head><!--
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin This file is generated from xml source: DO NOT EDIT
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin --><title>mod_speling- Apache HTTP Server</title><link rel="stylesheet" type="text/css" href="/style/manual.css"/></head><body><blockquote><div align="center"><img src="/images/sub.gif" alt="[APACHE DOCUMENTATION]"/><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Apache Module mod_speling</h1><table bgcolor="#cccccc" cellpadding="0" cellspacing="1"><tr><td><table bgcolor="#ffffff"><tr><td valign="top"><span class="help">Description:</span></td><td>Attempts to correct mistaken URLs that
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinusers might have entered by ignoring capitalization and by
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinallowing up to one misspelling</td></tr><tr><td><a class="help" href="module-dict.html#Status">Status:</a></td><td>Extension</td></tr><tr><td><a class="help" href="module-dict.html#ModuleIdentifier">Module Identifier:</a></td><td>speling_module</td></tr></table></td></tr></table><h2>Summary</h2>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin <p>Requests to documents sometimes cannot be served by the core
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin apache server because the request was misspelled or
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin miscapitalized. This module addresses this problem by trying to
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin find a matching document, even after all other modules gave up.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin It does its work by comparing each document name in the
<h2>Directives</h2><ul><li><a href="#checkspelling">CheckSpelling</a></li></ul><hr/><h2><a name="CheckSpelling">CheckSpelling</a> <a name="checkspelling">Directive</a></h2><table bgcolor="#cccccc" border="0" cellspacing="0" cellpadding="1"><tr><td><table bgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td>Enables the spelling
module</td></tr><tr><td><a class="help" href="directive-dict.html#Syntax">Syntax:</a></td><td>CheckSpelling on|off</td></tr><tr><td><a class="help" href="directive-dict.html#Default">Default:</a></td><td><code>CheckSpelling Off</code></td></tr><tr><td><a class="help" href="directive-dict.html#Context">Context:</a></td><td>server config, virtual host, directory, .htaccess</td></tr><tr><td><a class="help" href="directive-dict.html#Override">Override:</a></td><td>Options</td></tr><tr><td><a class="help" href="directive-dict.html#Status">Status:</a></td><td>Extension</td></tr><tr><td><a class="help" href="directive-dict.html#Module">Module:</a></td><td>mod_speling</td></tr><tr><td valign="top" align="left"><a class="help" href="directive-dict.html#Compatibility">Compatibility:</a></td><td>CheckSpelling was available as a separately available