
dhickox at cox
Mar 18, 2008, 8:49 PM
Post #4 of 4
(904 views)
Permalink
|
thank you so much for your time and assistants and to all at Apache .org ----- Original Message ----- From: "dhickox" <dhickox [at] cox> To: <docs [at] httpd> Sent: Tuesday, March 18, 2008 6:55 PM Subject: Re: [PATCH] rewrite_intro.xml file > just want to thank you for all are helping to accomplished sincerly Frank & > David thank you all and everyone at Apache,I would not be online if it was > not for all of you,thank you agin > ----- Original Message ----- > From: "Lucien GENTIS" <lucien.gentis [at] lorraine> > To: <docs [at] httpd> > Sent: Sunday, March 16, 2008 10:10 AM > Subject: [PATCH] rewrite_intro.xml file > > > > Hi to all, > > > > Here are 2 patches for file manual/rewrite/rewrite_intro.xml, one for > > each branch 2.2.x and trunk. > > > > Please verify modifications made by patches, I'm 90% sure those are typos. > > > > Lucien > > > > > -------------------------------------------------------------------------- -- > ---- > > > > Index: docs/manual/rewrite/rewrite_intro.xml > > =================================================================== > > --- docs/manual/rewrite/rewrite_intro.xml (revision 637581) > > +++ docs/manual/rewrite/rewrite_intro.xml (working copy) > > @@ -211,7 +211,7 @@ > > was matched by the expression inside the parenthesis in > > the <var>Pattern</var>. For example, a request > > for <code>http://example.com/product/r14df/view</code> will be mapped > > -to the path <code>/var/web/productdbr14df</code>.</p> > > +to the path <code>/var/web/productdb/r14df</code>.</p> > > > > <p>If there is more than one expression in parenthesis, they are > > available in order in the > > @@ -224,7 +224,7 @@ > > <section id="flags"><title>Rewrite Flags</title> > > <p>The behavior of a <directive > > module="mod_rewrite">RewriteRule</directive> can be modified by the > > -application of one more flags to the end of the rule. For example, the > > +application of one or more flags to the end of the rule. For example, the > > matching behavior of a rule can be made case-insensitive by the > > application of the <code>[NC]</code> flag: > > </p> > > @@ -305,7 +305,7 @@ > > files</a> at the expense of some additional complexity. This technique > > is called per-directory rewrites.</p> > > > > -<p>The main difference with per-directory rewrites is that the path > > +<p>The main difference with per-server rewrites is that the path > > prefix of the directory containing the <code>.htaccess</code> file is > > stripped before matching in > > the <directive module="mod_rewrite">RewriteRule</directive>. In addition, > the <directive module="mod_rewrite">RewriteBase</directive> should be used > to assure the request is properly mapped.</p> > > > > > -------------------------------------------------------------------------- -- > ---- > > > > Index: manual/rewrite/rewrite_intro.xml > > =================================================================== > > --- manual/rewrite/rewrite_intro.xml (revision 637581) > > +++ manual/rewrite/rewrite_intro.xml (working copy) > > @@ -211,7 +211,7 @@ > > was matched by the expression inside the parenthesis in > > the <var>Pattern</var>. For example, a request > > for <code>http://example.com/product/r14df/view</code> will be mapped > > -to the path <code>/var/web/productdbr14df</code>.</p> > > +to the path <code>/var/web/productdb/r14df</code>.</p> > > > > <p>If there is more than one expression in parenthesis, they are > > available in order in the > > @@ -224,7 +224,7 @@ > > <section id="flags"><title>Rewrite Flags</title> > > <p>The behavior of a <directive > > module="mod_rewrite">RewriteRule</directive> can be modified by the > > -application of one more flags to the end of the rule. For example, the > > +application of one or more flags to the end of the rule. For example, the > > matching behavior of a rule can be made case-insensitive by the > > application of the <code>[NC]</code> flag: > > </p> > > @@ -305,7 +305,7 @@ > > files</a> at the expense of some additional complexity. This technique > > is called per-directory rewrites.</p> > > > > -<p>The main difference with per-directory rewrites is that the path > > +<p>The main difference with per-server rewrites is that the path > > prefix of the directory containing the <code>.htaccess</code> file is > > stripped before matching in > > the <directive module="mod_rewrite">RewriteRule</directive>. In addition, > the <directive module="mod_rewrite">RewriteBase</directive> should be used > to assure the request is properly mapped.</p> > > > > > > > -------------------------------------------------------------------------- -- > ---- > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: docs-unsubscribe [at] httpd > > For additional commands, e-mail: docs-help [at] httpd > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: docs-unsubscribe [at] httpd > For additional commands, e-mail: docs-help [at] httpd > --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe [at] httpd For additional commands, e-mail: docs-help [at] httpd
|