Originally Posted by Gizmo
I'd create an index.php file containing:
Code
<?php
header('Location: http://www.yoursite.tld/ubbthreadsdir/ubbthreads.php');
?>


Oh just do
Code
<?php
include('./ubbthreadsdir/ubbthreads.php');
?>