From 4424a91c3eeeeae5184902ee30ad3d3dd5ad86de Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sat, 15 Dec 2012 19:43:19 +0000 Subject: [PATCH] r1422324 from trunk -- PR54307, Alias and leading slashes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1422329 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_alias.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index a2e18ae2ec5..e5010da6015 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -156,6 +156,9 @@ 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.

+ -- 2.47.2