OK, I have the vbhl 4.2 with the archive add-on. Now I have just moved my forum to a new server. everything is fine except that the archive is now giving me a 404 page. It worked fine on my old server. Anyone can help?
Here is the .htaccess file that I used before:
<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.mysite.com/bbs/archive/
Is it because the new server has a higher version of PHP?