PDA

View Full Version : How do I NOT use vbadvanded at domain.com Home?


FrankHolland
09-11-2004, 08:19 PM
I dont want Vbadvanded to be my 'Home' when you go to www.domain.com but I want my Vbulletin forum to be 'Home' when going to www.domain.com.

I tried replacing the vbadvanced cmps_index.php file with this:
<?php
header("location: http://www.domain.com/wheretheforumis")
?>

And it DID make my www.domain.com 'Home' the Vbulletin Forum, BUT when im trying to use my site menu and try to go to pages using vba modules they dont work and just reload the www.domain.com Home.

Is there any way to work around this and make this work? Thanks for any help.
Btw, I DO love Vba and used it all over my site, the only thing is I want my forum to be the domain's Home.

Brian
09-11-2004, 08:22 PM
Just name the CMPS file something other than index.php.

Our Sponsors
 

FrankHolland
09-12-2004, 10:36 AM
ya I know that... but I don't have my vb forum in the root but in root/forum/index.php

Any idea how i can make forum/index.php the 'Home' ?

Brian
09-12-2004, 12:28 PM
You could move all of your vB files into your root directory, or just move your forum/index.php to the root directory and add this line right above the call to global.php in that file:

chdir('/path/to/your/forums/');

Our Sponsors
 

FrankHolland
09-12-2004, 12:34 PM
nm, i figured it out.