If you already have an .htaccess file can you just add the code to it?
<files archive>
ForceType application/x-httpd-php
</files>
<files forumdisplay>
ForceType application/x-httpd-php
</files>
<files showthread>
ForceType application/x-httpd-php
</files>
RedirectMatch 301 /archive$
http://www.yoursite.com/forum/archive/
Where would it go? At the top or the bottom? Does it matter?