From: Daniel Gruno Date: Wed, 4 Jul 2012 08:33:19 +0000 (+0000) Subject: Fix XML error. X-Git-Tag: 2.5.0-alpha~6679 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=948766805825506c54fb7e73c44a7918f732a40e;p=thirdparty%2Fapache%2Fhttpd.git Fix XML error. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1357168 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index d7a6699de75..784f87bd04e 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1656,7 +1656,7 @@ filenames

The filename argument should include a filename, or a wild-card string, where ? matches any single character, - and * matches any sequences of characters. + and * matches any sequences of characters.

<Files "cat.html"> # Insert stuff that applies to cat.html here @@ -1666,7 +1666,7 @@ filenames # This would apply to cat.html, bat.html, hat.php and so on. </Files> - Regular expressions +

Regular expressions can also be used, with the addition of the ~ character. For example: