From: Eric Covener Date: Sat, 15 Dec 2012 21:36:32 +0000 (+0000) Subject: not just leading slashes X-Git-Tag: 2.2.24~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6091186a15d1b0aadb18a8a9d5979edd1b551185;p=thirdparty%2Fapache%2Fhttpd.git not just leading slashes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1422364 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index e5010da6015..3a30f113eb5 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -156,8 +156,8 @@ href="../URLmapping.html">Mapping URLs to the filesystem </Directory> -

Any number of leading slashes in the URL-path parameter - matches any number of leading slashes in the requested URL-path.

+

Any number of slashes in the URL-path parameter + matches any number of slashes in the requested URL-path.