From b40ee6c667e8f0bfbeeab484f1c29b8ae677c716 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sat, 15 Dec 2012 22:11:32 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1422378 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_alias.html.en | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en index 841372b99d6..0b1ea2f2fd6 100644 --- a/docs/manual/mod/mod_alias.html.en +++ b/docs/manual/mod/mod_alias.html.en @@ -170,6 +170,9 @@ Alias /image /ftp/pub/image +

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

+
top
@@ -261,6 +264,11 @@ expressions +

Multiple leading slashes in the requested URL are discarded + by the server before directives from this module compares + against the requested URL-path. +

+
top
-- 2.47.2