Little .htaccess help required

CLKeenan

Banned
Jun 24, 2006
2,506
14
0
Boston, MA
Recently switched over from vbulletin to drupal forums. I have all the forum threads 301'd, but I don't have the html archives redirected.

Previous URL: forum/archive/index.php/* (e.g. forum/archive/index.php/t-42776.html)
New URL: /vbulletin_forum/archive/index.php/* (e.g. vbulletin_forum/archive/index.php/t-42776.html)

My .htaccess line is as follow:

RewriteRule ^forum/archive/index.php/^(.*)$ http://www.course-notes.org/vbulletin_forum/archive/index.php/$1 [R=301,L]

This doesn't appear to be working. Any suggestions?

Thanks,
-Chris