From: Eric Covener Date: Sat, 15 Dec 2012 21:33:17 +0000 (+0000) Subject: not unique to leading slashes. X-Git-Tag: 2.5.0-alpha~5996 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98dd7b82244a362a346255e33108a8f33187ca4d;p=thirdparty%2Fapache%2Fhttpd.git not unique to leading slashes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1422362 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index eeb2aa1a85e..4facef8819d 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -153,8 +153,8 @@ Alias /image /ftp/pub/image </Directory> -

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

+

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