• I am using 1and1 as my hosting company and I have uploaded all files wiht the correct wp-config.php file. I removed my index.html file and I am still getting the 1amd1 landing page. I was under the impression that once this was installed I would at lease get a WP blog theme page.

    Any help would be great…my web site is:

    http://www.bigeasydeals.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Oh crap. 1&1.com SUCKS. They *love* to hide stuff. I’m glad you managed to get WordPress installed and running, though – usually people can’t even get that far because 1&1 likes to hide where you can upload stuff.

    My *guess* would be that they are overriding your index page – that’s *usually* the issue with them. They have it set so that “index.html” is looked for before “index.php”. So you have to edit the .htaccess file:

    <Directory “/SERVER PATH TO WORDPRESS”>
    Options FollowSymLinks
    AllowOverride All
    </Directory>

    # Set the default handler.
    DirectoryIndex index.php

    Now, chances are, that won’t work. Because 1&1 is like that. I’ll be willing tot bet that you get a 500 Internal Server error. but in the off-chance you don’t, it might work. (If you *do* get a 500 Internal Server error, then you can just delete the .htacess file – no biggie)

    You can *try* to locate their index file and delete it…that’s a little harder to do. But even so, most likely you’ll have to apply the fix I just mentioned, because once you delete their index.html file (if they don’t have the directory to look for PHP files by default – which usually they don’t) you’ll see the directory tree instead of the WordPress page.

    Good Luck!

    I am always amazed why people use the worst hosting companies to host their precious websites…

    Any decent “wordpresser” should run away from that host.

    I use 1&1 with my wordpress, but i’m no expert. I’m assuming you have your MySQL database set up? I forget exactly how I set mine up though, it’s been awhile.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘New and Lost Here…’ is closed to new replies.