On Mon, Aug 10, 2009 at 11:02 AM, Jonathan
Zuckerman<j.zucker...@gmail.com> wrote:
> On Mon, Aug 10, 2009 at 8:51 AM, Campbell, Lance<la...@illinois.edu> 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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to