Log in

View Full Version : Help easy basic stuff


nbaphenom
02-25-2009, 01:01 AM
Well my vbulletin is installed on the directory /forums/ how do I get it to go to /forums/ when some one types in my site like mysite.com then it goes to mysite.com/forums/ , I forgot the index.php way ..

DJDynasty239
02-25-2009, 01:02 AM
you need to add a redirect in your webhost's control panel...If I am understanding you correct

blind-eddie
02-25-2009, 01:19 AM
In the admincp/vbulletin options/ Site Name / URL / Contact Details.

In the Forum URL section, make sure you have: http://yoursite.com/forums

In the Homepage URL section, add the same: http://yoursite.com/forums

guncanada
02-25-2009, 01:50 AM
same thing happened to me. what i did was reinstall directy into public html without uploading the actual "Forum" directory...

Dismounted
02-25-2009, 07:40 AM
As mentioned, you need to insert a redirect. This can either be done manually adding into .htaccess, or alternatively, using your hosting's control panel to do this.