On Fri, Apr 26, 2002 at 02:46:00PM -0700, Luke Opperman wrote:
>   http://www.somewhere.com/products.psp?id=502

Are you able to use mod_rewrite with query strings?  I've got a
(non-Webware) application that stupidly funnels articles 
through 
        /article.php?article_id=1234
and I would like to redirect each article to a new URL
        /article/1234
or (in other cases) redirect a few articles while letting all
the others pass thorugh.

But whenever I try to use mod_rewrite, it strips the query string
off the source URI, so I can't match according to query string.

-- 
-Mike (Iron) Orr, [EMAIL PROTECTED]  (if mail problems: [EMAIL PROTECTED])
   http://iron.cx/     English * Esperanto * Russkiy * Deutsch * Espan~ol

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to