Commit 62904039 authored by Rich Bowen's avatar Rich Bowen
Browse files

mod_rewrite is a <module> not a <directive>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1755988 13f79535-47bb-0310-9956-ffa450edef68
parent 1590f3a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -299,7 +299,7 @@ act as if "DirectoryCheckHandler ON" was specified.</compatibility>
    other handler was configured for a URL. This allows directory indexes to 
    be served even when a <directive>SetHandler</directive> directive is 
    specified for an entire directory, but it can also result in some conflicts
    with modules such as <directive>mod_rewrite</directive>.</p>
    with modules such as <module>mod_rewrite</module>.</p>
</usage>
</directivesynopsis>