You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2012/12/15 22:33:18 UTC

svn commit: r1422362 - /httpd/httpd/trunk/docs/manual/mod/mod_alias.xml

Author: covener
Date: Sat Dec 15 21:33:17 2012
New Revision: 1422362

URL: http://svn.apache.org/viewvc?rev=1422362&view=rev
Log:
not unique to leading slashes.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_alias.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_alias.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_alias.xml?rev=1422362&r1=1422361&r2=1422362&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_alias.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_alias.xml Sat Dec 15 21:33:17 2012
@@ -153,8 +153,8 @@ Alias /image /ftp/pub/image
 </Directory>
     </highlight>
 
-    <p>Any number of leading slashes in the <var>URL-path</var> parameter 
-    matches any number of leading slashes in the requested URL-path.</p>
+    <p>Any number slashes in the <var>URL-path</var> parameter 
+    matches any number of slashes in the requested URL-path.</p>
 
 </usage>
 </directivesynopsis>