Commit 07068d21 authored by Rich Bowen's avatar Rich Bowen
Browse files

Agreement between example and explanation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1802328 13f79535-47bb-0310-9956-ffa450edef68
parent a1a1c531
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ Require expr %{HTTP_USER_AGENT} != 'BadBot'
    on arbitrary criteria.</p>

    <p>For example, if you wish to block access to a resource between 8pm
    and 6am, you can do this using <module>mod_rewrite</module>.</p>
    and 7am, you can do this using <module>mod_rewrite</module>.</p>

    <highlight language="config">
RewriteEngine On