Prueba de esta forma:
Código:
RewriteRule ^buscar-item$ index.php?page=items&%{QUERY_STRING} [L]
y funcionaría así:
Código:
/buscar-item?item=poring&for=5
y el resultado sería:
Código:
index.php?page=items&item=proing&for=5
Saludos.
http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#rewritecond