a lot of files, and most of the templates!
There is an easier way. Rename your site's index page to "site_index.php"
Then place your entire site (including vB) into a directory called /site
then, place an index page on your root (the directory below "site") redirecting to "site/site_index.php"
you can do this with:
<?php
header("location: site/site_index.php");
?>
Hope this helps.
Alex
|