Need .htaccess help

CLKeenan

Banned
Jun 24, 2006
2,506
14
0
Boston, MA
Moved from vbulletin forums to drupal forums. I've got all the threads/posts 301'd to their new links, but vbulletin has an archive folder that I'd like to redirect as well

old URL: forum/archive/index.php/t-42240.html
new URL: vbulletin_forum/archive/index.php/t-42240.html

My attempt at the .htaccess line is as follows:
RewriteRule ^forum/archive/index.php/^(.*)$ http://www.course-notes.org/vbulletin_forum/archive/index.php/$1 [R=301,L]

The goal being that any page after ...index.php/ would be directed to the same page, with just a different folder root.

This currently isnt working. Any help would be appreciated at fixing this.

Thanks,
-Chris