On 8/12/05, Tony VanScoy <[EMAIL PROTECTED]> wrote:
> OK, i got my script looping on STDIN, but now I have a problem with
> backreferences to the RewriteCond. My condition is this...
> 
> RewriteCond %{QUERY_STRING} ^pdfId\=\d+$
> 
> .. but thanks to Noah <[EMAIL PROTECTED]> and the manual, i found that
> If I want to use %1 to reference the id being passed then I need to
> have the CondPattern in parenthesis. Which I'm assuming would be
> something like this ....
> 
> RewriteCond %{QUERY_STRING} ="pdfId=13"

You seem to have missed a message:
http://mail-archives.apache.org/mod_mbox/httpd-users/200508.mbox/[EMAIL 
PROTECTED]

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to