Most likely your host has included a default file in your FTP directory.
Take a look and see if there is an index.html or default.html file in the root directory.
Chris
Hey,
I’m having the same problem. But I don’t understand the advice christoherross gave. 🙁 I’m kind of a newbie. Can you give a little more detail. I can probably figure it out but I’d really appreciate the help!
Thanks so much!
Alex
In your root normally there is place holder page that is named index.html or default.html this are setup when the host account is setup until you delete it and your own index file as that first file that opens.
I case of wordpress when you install wordpress there index.php file that will open your wordpress.
So you do not need the place holders any more as that is way to get advertising from host.
Completely reinstalled latest WP version on server twice. Everything works good now, but when I go to landing page of my site, I get this error
Fatal error: main() [function.require]: Failed opening required ‘./wp-blog-header.php’ (include_path=’.:/usr/lib/php’) in /homepages/7/d354879100/htdocs/index.php on line 17
Any ideas?
Are using wordpress from directory if so you need add the folder name in index.php on line 17 that is in root.
required ‘./wp-blog-header.php
add folder name before / after . so you will have
required ‘.foldername/wp-blog-header.php
Well, here is my file structure. I’m still getting the same error.
http://www.microbusinessgrowth.com/Picture 1.jpg
I’m lost….
is that in root or folder if you using from directory then you should index.php file in root as well
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory