Commit 9876de98 authored by Igor Galić's avatar Igor Galić
Browse files

Typo pointed out by Mr Jink on IRC.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1141074 13f79535-47bb-0310-9956-ffa450edef68
parent 2f45db4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -635,7 +635,7 @@ string argument to index.php, you can replace that RewriteRule with:</p>
  RewriteRule (.*) index.php?$1 [PT,QSA]
</example>

<p>Note that these rulesets can be uses in a <code>.htaccess</code>
<p>Note that these rulesets can be used in a <code>.htaccess</code>
file, as well as in a &lt;Directory&gt; block.</p>

</dd>