You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2016/02/02 11:53:37 UTC

svn commit: r1728080 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml

Author: rbowen
Date: Tue Feb  2 10:53:37 2016
New Revision: 1728080

URL: http://svn.apache.org/viewvc?rev=1728080&view=rev
Log:
Fix weird indentation

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml?rev=1728080&r1=1728079&r2=1728080&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml Tue Feb  2 10:53:37 2016
@@ -928,8 +928,8 @@ AliasMatch "^/myapp" "/opt/myapp-1.2.3"
           For example:
 
         <highlight language="config">
-        RewriteCond /var/www/%{REQUEST_URI} !-f
-        RewriteRule ^(.+) /other/archive/$1 [R]
+RewriteCond /var/www/%{REQUEST_URI} !-f
+RewriteRule ^(.+) /other/archive/$1 [R]
         </highlight>
 
         </li>