RE: Query string to URL?

2005-03-08 Thread Jan Eden
Hi Chris, Chris Devers wrote on 07.03.2005: >On Mon, 7 Mar 2005, Jan Eden wrote: > >> But I need some rule to do this: >> >> http://mysite.com/pages?id=1234 -> http://mysite.com/pages/1234 >> >> And since mod_rewrite does not parse the query string, I have a >> problem here. > >So use redirect

RE: Query string to URL?

2005-03-08 Thread Jan Eden
Chris Devers wrote on 07.03.2005: >On Mon, 7 Mar 2005, Jan Eden wrote: > >> But I need some rule to do this: >> >> http://mysite.com/pages?id=1234 -> http://mysite.com/pages/1234 >> >> And since mod_rewrite does not parse the query string, I have a >> problem here. > >So use redirect instead of