From 40a66a91afb805848386bfe582baeb7a9e43be9b Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Wed, 4 Jul 2012 08:33:19 +0000 Subject: [PATCH] Fix XML error. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1357168 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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:

-- 2.47.3