From: Daniel Gruno Date: Fri, 27 Apr 2012 13:38:58 +0000 (+0000) Subject: Fix a title that had gone AWOL X-Git-Tag: 2.5.0-alpha~6971 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=508d9231412a5558226229007d7780156b06c817;p=thirdparty%2Fapache%2Fhttpd.git Fix a title that had gone AWOL git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331427 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/rewritemap.html.en b/docs/manual/rewrite/rewritemap.html.en index 3941a9c10ac..43b62b3b03b 100644 --- a/docs/manual/rewrite/rewritemap.html.en +++ b/docs/manual/rewrite/rewritemap.html.en @@ -368,8 +368,10 @@ RewriteRule (.*?[A-Z]+.*) ${lc:$1} [R]

A simple example is shown here which will replace all dashes with underscores in a request URI.

+ +Rewrite configuration +
 
-    
#Rewrite configuration
 RewriteMap d2u prg:/www/bin/dash2under.pl
RewriteRule - ${d2u:%{REQUEST_URI}}
diff --git a/docs/manual/rewrite/rewritemap.xml b/docs/manual/rewrite/rewritemap.xml index 7e4c95e69ec..6bd721d45e3 100644 --- a/docs/manual/rewrite/rewritemap.xml +++ b/docs/manual/rewrite/rewritemap.xml @@ -355,8 +355,10 @@ RewriteRule (.*?[A-Z]+.*) ${lc:$1} [R]

A simple example is shown here which will replace all dashes with underscores in a request URI.

+ +Rewrite configuration + - #Rewrite configuration RewriteMap d2u prg:/www/bin/dash2under.pl
RewriteRule - ${d2u:%{REQUEST_URI}}