MyBB Community Forums

Full Version: redirect old forum URLs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
My old forum topics urls had the format /vb/t[number Of thread].html
How can I redirect them to /forum/ there my new mybb forum is installed ?
Are you on a cPanel host?

If so: cPanel -> Redirects

Or you can create an index.php file in /forum/ with this contents:

<?php

   header( 'Location: site/newforum' ) ;

?>