From: Daniel Gruno Date: Thu, 26 Apr 2012 14:35:38 +0000 (+0000) Subject: Fix title issues X-Git-Tag: 2.5.0-alpha~7017 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e85f6a095d0cf95c3c2acbb213cce8ed6c19d0e9;p=thirdparty%2Fapache%2Fhttpd.git Fix title issues git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330874 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/remapping.xml b/docs/manual/rewrite/remapping.xml index 6b3990487d3..948efd587b5 100644 --- a/docs/manual/rewrite/remapping.xml +++ b/docs/manual/rewrite/remapping.xml @@ -143,16 +143,16 @@ RewriteRule ^/foo\.html$ bar.html [ -#With mod_rewrite +#With mod_rewrite RewriteEngine on RewriteRule ^/docs/(.+) http://new.example.com/docs/$1 [R,L] -#With RedirectMatch +#With RedirectMatch RedirectMatch ^/docs/(.*) http://new.example.com/docs/$1 -#With Redirect +#With Redirect Redirect /docs/ http://new.example.com/docs/