From 175cfa6b3d653783c6ac6f2760f34ce58d8c5ce5 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Mon, 23 Jul 2012 07:16:07 +0000 Subject: [PATCH] Change the "abc$" example to something else, since it wouldn't work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1364530 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 5e2fb3144a6..8f8a4b684ae 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -763,7 +763,7 @@ named file-system directory, sub-directories, and their contents configuration file. For example, with

- <Directory ~ abc$>
+ <Directory ~ "public_html/.*">
# ... directives here ...
-- 2.47.3