]> granicus.if.org Git - apache/commitdiff
Copied over from 2.0 docs
authorRich Bowen <rbowen@apache.org>
Tue, 3 Aug 2004 21:38:05 +0000 (21:38 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 3 Aug 2004 21:38:05 +0000 (21:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104465 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/rewriteguide.xml

index 49a2963a6e879900aac2cfa00b07c81fd87e1a30..1ae7d2d5f8dd4fd8d89f3f6a4a981744d498271c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -34,8 +34,8 @@
     <p>This document supplements the <module>mod_rewrite</module>
     <a href="../mod/mod_rewrite.html">reference documentation</a>.
     It describes how one can use Apache's <module>mod_rewrite</module>
-    to solve typical URL-based problems webmasters are usually confronted
-    with in practice. I give detailed descriptions on how to
+    to solve typical URL-based problems with which webmasters are
+    commonony confronted. We give detailed descriptions on how to
     solve each problem by configuring URL rewriting rulesets.</p>
 
   </summary>
@@ -46,8 +46,8 @@
 
     <p>The Apache module <module>mod_rewrite</module> is a killer
     one, i.e. it is a really sophisticated module which provides
-    a powerful way to do URL manipulations. With it you can nearly
-    do all types of URL manipulations you ever dreamed about.
+    a powerful way to do URL manipulations. With it you can do nearly 
+    all types of URL manipulations you ever dreamed about.
     The price you have to pay is to accept complexity, because
     <module>mod_rewrite</module>'s major drawback is that it is
     not easy to understand and use for the beginner. And even
@@ -68,7 +68,7 @@
     <title>Practical Solutions</title>
 
     <p>Here come a lot of practical solutions I've either invented
-    myself or collected from other peoples solutions in the past.
+    myself or collected from other people's solutions in the past.
     Feel free to learn the black magic of URL rewriting from
     these examples.</p>