MyBB Community Forums

Full Version: I'm a newb -- please help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I have installed myBB and my website is www.antimodz.com , my forum is www.antimodz.com/Forum I did this with filezilla. As you can tell when you do antimodz.com it comes up with the web host page. I dont want this, I want it to show the forum as the default page. How can I do this? (Excuse my noobishness)

NEVER mind I still need help, it still shows the hosting site!

SO I found out if I do antimodz.com, it shows the host site.
If i do www.antimodz.com, it doesn't.

PLEASE hELP!! :O
I see the root folder, I would suggest moving the entire forum installation into that root folder, rather than in the "forum" folder.
(2012-04-14, 03:06 AM)weBex Wrote: [ -> ]I see the root folder, I would suggest moving the entire forum installation into that root folder, rather than in the "forum" folder.

I'm doing it right now! Thanks for your help!
Or maybe just add a index.Html

and put this in code

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Your Page Title</title>
<meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com"></HEAD>
<BODY>
Optional page text here.
</BODY>
</HTML>
That's just a bad method, that's why I didn't mention that.
While it works, the link still has the extra /forum/ in it, which is just ugly.
If he wants custom page for selling mods or something he'll be able to replace it.