From c89211005038765d14d70f6b5697956b728d46f6 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sat, 20 Aug 2016 19:09:27 +0000 Subject: [PATCH] doc is already a wall of text w/o regex hints. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1757026 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 8f76cb2528b..d9c54faf03a 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1069,14 +1069,6 @@ RewriteRule "^/$" "/homepage.std.html" [L] RewriteCond with the %{HTTP_HOST}, %{SERVER_PORT}, or %{QUERY_STRING} variables respectively.

- -

In any case, remember that regular expressions are substring - matches. That is, you don't need the regex to describe the entire - string, just the part that you wish to match. Thus, using a regex - of . is often sufficient rather than .*, - and the regex abc is not the same as - ^abc$.

- Per-directory Rewrites -- 2.47.3