Forums Website help

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
User avatar
Eagle
New to forums
New to forums
Posts: 11
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Nov 01, 2005 11:52 am
Location: Salem Oregon

Forums Website help

Post by Eagle »

Ok i have a webpage for my forums already ready and made but i need help figuring out how to get that page to come up first instead because when i enter my web address it takes me to a empty page except for a folder that says forums then i click that and then im in my forums. any advice?
User avatar
Oso
Compulsive poster
Compulsive poster
Posts: 67
Joined: Thu Nov 03, 2005 8:37 am

Post by Oso »

Put it in the main directory, dont make a folder for it.
User avatar
Eagle
New to forums
New to forums
Posts: 11
Joined: Tue Nov 01, 2005 11:52 am
Location: Salem Oregon

hmm

Post by Eagle »

i dont know i just created it through my control panel i have no idea what or where main directory is
need to be more specific its pretty much like taling to a webpage noob
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

You can setup an index.html in the main directory that redirects people to the forums directory. This would be the best solution to approach this issue so that you can have a regular site in the main directory later if you wanted.

http://nick.nuclearfallout.net/support/ ... index.html

Right click and save as, then upload the index.html to your main directory webspace. The main directory is the first place you see when entering the FTP. You should see the forums folder and place the index.html next to the forums folder.
-Nick
User avatar
Eagle
New to forums
New to forums
Posts: 11
Joined: Tue Nov 01, 2005 11:52 am
Location: Salem Oregon

hmm

Post by Eagle »

w/e im to retarded for this. i still dont get it.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

Click on the FTP link on your website page, it starts with ftp://. Enter your password and now you should be in the FTP window. Copy that index.html from your desktop (or wherever you saved it) and paste it into the white space next to the forums folder in the FTP window. You should see a transfer window and then the index.html appears on the FTP window. Thats it, now go to http://aodmembers.nuclearfallout.net and see if it redirects you to your forums.
-Nick
izZy
This is my homepage
This is my homepage
Posts: 117
Joined: Wed Mar 17, 2004 5:57 pm

Post by izZy »

or simply make a php script

make a file called index.php in the main directory then type this in the file and save it:

Code: Select all

<?
header("Location: whatever.com/forums");
?>
-izZy
Post Reply