<highlight language="config">
Alias "/foo/bar" "/baz"
-Alias "/foo" "/gaq"
+Alias "/foo" "/gaq"
</highlight>
<p>But if the above two directives were reversed in order, the
Alias "/icons/" "/usr/local/apache/icons/"
</highlight>
- <p>then the url <code>/icons</code> will not be aliased, as it lacks
+ <p>then the URL <code>/icons</code> will not be aliased, as it lacks
that trailing /. Likewise, if you omit the slash on the
<var>URL-path</var> then you must also omit it from the
<var>file-path</var>.</p>
or <directive type="section" module="core">LocationMatch</directive>
section the URL-path is omitted, and the file-path is interpreted
using <a href="../expr.html">expression syntax</a>.<br />
- This syntax is available in Apache 2.4.13 and later.</p>
+ This syntax is available in Apache 2.4.19 and later.</p>
<highlight language="config">
<Location "/image">
or <directive type="section" module="core">LocationMatch</directive>
section with the URL-path omitted, then the URL parameter will be
interpreted using <a href="../expr.html">expression syntax</a>.<br />
- This syntax is available in Apache 2.4.13 and later.</p>
+ This syntax is available in Apache 2.4.19 and later.</p>
<highlight language="config">
<Location "/one">
See <directive module="mod_alias">AliasMatch</directive> for
details.</p>
-
</usage>
</directivesynopsis>
or <directive type="section" module="core">LocationMatch</directive>
section with the URL-path omitted, then the URL parameter will be
interpreted using <a href="../expr.html">expression syntax</a>.<br />
- This syntax is available in Apache 2.4.13 and later.</p>
+ This syntax is available in Apache 2.4.19 and later.</p>
<highlight language="config">
<Location "/cgi-bin">