Quote:
Originally Posted by Nadeemjp
alright maria, i will buy the pro version from you.
rather i would wanna have a look at other of your modifications PRO.
by the way, how can i configure my site so that if someone types www.site.com they are directed to CMS home?
|
Do you mean vB's CMS? This is automatic. But if you've vB's installation in a subdirectory (eg forums), then you must edit your site's index.php to contain only:
Code:
<?php
header("location:myforumdirectory/content.php");
?>
Change myforumdirectory with the actual directory name
Maria