On Mon, Aug 10, 2009 at 11:02 AM, Jonathan Zuckerman<j.zuckerman@xxxxxxxxx> wrote: > On Mon, Aug 10, 2009 at 8:51 AM, Campbell, Lance<lance@xxxxxxxxxxxx> wrote: >> https://illinois.edu/blog/view?blogId=291 >> >> To >> >> http://illinois.edu/db/view/291 > > I think you want something like this: > > RewriteRule ^blog/view\?blogId=(\d)+ http://illinois.edu/db/view/$1 [R=301] > > Totally untested, it's been awhile but I think the + quantifier means > "one or more of the preceeding" > Ah dammit, obvious mistake, this is better: RewriteRule ^blog/view\?blogId=(\d+) http://illinois.edu/db/view/$1 [R=301] --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx