From: Daniel Gruno Date: Sun, 6 May 2012 12:20:14 +0000 (+0000) Subject: Fix some whitespace issues and a missing newline X-Git-Tag: 2.5.0-alpha~6891 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e1e6ff6d2687e0d791b04474bb6b261c2a8b1f4;p=thirdparty%2Fapache%2Fhttpd.git Fix some whitespace issues and a missing newline git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1334611 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/remapping.xml b/docs/manual/rewrite/remapping.xml index a3df2ce1bf7..c20a976569c 100644 --- a/docs/manual/rewrite/remapping.xml +++ b/docs/manual/rewrite/remapping.xml @@ -187,7 +187,7 @@ Redirect /docs/ http://new.example.com/docs/ RewriteEngine on RewriteBase /~quux/ -RewriteRule ^foo\.html$ foo.cgi [H=cgi-script] +RewriteRule ^foo\.html$ foo.cgi   [H=cgi-script] @@ -476,8 +476,8 @@ com http://www.example.com/
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/3.* RewriteRule ^foo\.html$ foo.NS.html [L] -RewriteCond %{HTTP_USER_AGENT} ^Lynx/ [OR] -RewriteCond %{HTTP_USER_AGENT} ^Mozilla/[12] +RewriteCond %{HTTP_USER_AGENT} ^Lynx/ [OR] +RewriteCond %{HTTP_USER_AGENT} ^Mozilla/[12] RewriteRule ^foo\.html$ foo.20.html [L] RewriteRule ^foo\.html$ foo.32.html [L]