PDA

View Full Version : When I go to my domain it points me to an index ~ How do I fix?



JenniferLynn
03-16-2008, 12:47 PM
When I visit my domain it give me this instead of just the forum. How can I fix this? (Thanks in advance)

Index of /
400.shtml
401.shtml
403.shtml
404.shtml
500.php
500.shtml
fastphp.ini
php.ini
phpBB3/

redsox9
03-16-2008, 01:02 PM
You have no index file defined. It should be something like index.html, default.htm, index.php...

JenniferLynn
03-16-2008, 01:25 PM
Thanks for responding. Where do I go to define the index?

felgall
03-16-2008, 02:27 PM
Whatever program you are using to create your web pages is where you go to create your home page (which is usually index.html unless you need server side scripting in it).

Basil
03-17-2008, 03:06 PM
Put this in a text file called index.php, put the file in public_html.

<?php header("location:phpBB3/"); ?>

It'll redirect visitors to your forum directory.