Re: svn commit: r685418 - in /httpd/httpd/trunk/docs/manual/rewrite: rewrite_guide.html.en rewrite_guide.xml

2008-08-13 Thread Rich Bowen
On Aug 13, 2008, at 09:20, Eric Covener wrote: On Tue, Aug 12, 2008 at 10:12 PM, <[EMAIL PROTECTED]> wrote: +RewriteCond %{HTTP_REFERER} !www.example.com [NC] Not likely a factor in this example, but maybe better in the guide (where people will derive from) to use != or escape/anchor the e

Re: svn commit: r685418 - in /httpd/httpd/trunk/docs/manual/rewrite: rewrite_guide.html.en rewrite_guide.xml

2008-08-13 Thread Eric Covener
On Tue, Aug 12, 2008 at 10:12 PM, <[EMAIL PROTECTED]> wrote: > +RewriteCond %{HTTP_REFERER} !www.example.com [NC] Not likely a factor in this example, but maybe better in the guide (where people will derive from) to use != or escape/anchor the expression? If we leave it as a regex, maybe includ

Re: mod_rewrite docs

2008-08-13 Thread Tony Stevenson
Rich Bowen wrote: I've finally resurfaced, and am once again tinkering with the mod_rewrite documentation. My goal is to have the rewrite guide be full of actual useful real-world examples, and stuff that folks are actually asking on IRC and the users@ list, and to have the explanations be ac

Re: mod_rewrite docs

2008-08-13 Thread Vincent Bray
2008/8/13 Rich Bowen <[EMAIL PROTECTED]>: > I think I've decided to focus on the trunk docs, but if someone wanted to > apply patches to 2.2, I expect that there are folks who would appreciate > that. I'll be your backscra^H^H^Hport monkey. -- noodl -

mod_rewrite docs

2008-08-13 Thread Rich Bowen
I've finally resurfaced, and am once again tinkering with the mod_rewrite documentation. My goal is to have the rewrite guide be full of actual useful real-world examples, and stuff that folks are actually asking on IRC and the users@ list, and to have the explanations be actual explanation