Quote:
Originally Posted by Loget
i uploaded vbulletin to my public_html folder but I want the forum to be seen as soon as they go on the site but thats not the case because the cgi bin is getting in the way
|
I don't understand what you mean by "the cgi bin getting in the way"
Quote:
Originally Posted by Loget
do you think i should rename the vb upload folder to index.html then move the cgi bin to a differant folder?
|
No. If you want the forum to be the first thing a user coming to your domain sees, then all the files and directories contained in the "vb upload folder" need to be moved to the public_html directory. So move all the files and directories you have uploaded from the "upload" directory to directly under the public_html directory so your "upload folder" becomes empty. Then delete the "upload folder".
Code:
Not like this
public_html / upload / indexfile, otherfiles, otherdirectories
Like this
public_html / indexfile, otherfiles, otherdirectories