I just bought a domain name and got a host. I also put phpbb3 on the site. However, the home page is a little weird. See for yourself at Godsofgraphic.com. Anyone know how to fix this?
You have installed your forum under a HOME directory, try to reinstall it direct to your public_html .
did you upload phpbb to the public_html (or similar) directory? EDIT: as kmzeron already stated, sorry
Looks like you put phpbb in a folder called /home/. You could either move the files to root directory. Or, you could make a index.php file in root that redirects to /home/... Or, you can make a .htaccess file in your root with a redirect to /home/.. Their might be a better way with .htaccess.......see if those work. *google keywords* .php redirect .htaccess redirect redirect code...? Let us know. Hope this helps... =)