• Resolved simonpdowling

    (@simonpdowling)


    Hi,

    This is my first ever website/domain/WP so excuse me if I’m being dumb.

    I’ve uploaded WordPress to the root directory of my 1and1 domain (cynicalcinema.co.uk)

    The WP install was fine, and I can access my dashboard, and it allows me to edit my theme, publish posts, add plugins etc. I can even view posts on the blog itself by clicking the ‘View Post’ but in any particular posts. BUT, as you can see, by trying for yourself, going to http://www.cynicalcinema.co.uk just takes me to the hosts landing page, not the blog itself.

    Is there anything I can do to remedy this? I’ve already tried installing WP into a subdirectory instead of the root directory but that did the same thing.

    Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • Check if there was a default index.html page at the root of your site and if there is, remove it.

    I’ve installed WP no problem for a client on 1&1 so it should be doable.

    Thread Starter simonpdowling

    (@simonpdowling)

    How do I check if there is a default.HTML page? Like I said, first time I’ve ever done anything of this sort

    FTP to your site. Look in the root for a file called index.html. Delete it via FTP.

    Thread Starter simonpdowling

    (@simonpdowling)

    I’ve deleted it but it still routes to the 1and1 page. It’s incredibly frustrating

    If I go to cynicalcinema/2011 it even routes to the WP site, it’s just that root file.

    Should I perhaps start again with a new SQL database?

    So let me get this straight. You installed WordPress in a folder called 2011 but you want your site available at the root domain?

    Normally to get that working you when you install WordPress from scratch, you need to do two things. You move the index.php file that’s in the root of your 2011 folder and move it to the root of your site (i.e. up one level) and change the path in the index.php file from:

    /** Loads the WordPress Environment and Template */
    require('./wp-blog-header.php');

    to

    /** Loads the WordPress Environment and Template */
    require('./2011/wp-blog-header.php');

    Then in Settings > General you need to make sure the
    WordPress address is http://www.cynicalcinema.co.uk/2011 and the Site address is http://www.cynicalcinema.co.uk

    Reference:

    http://codex.ww.wp.xz.cn/Settings_General_Screen

    Since you’ve already done the install you might want to go backwards, i.e. do the settings changes first, then edit and move your index.php file.

    Caveat: proceed at your own risk. πŸ™‚

    Thread Starter simonpdowling

    (@simonpdowling)

    No, sorry, it’s installed in the root folder, but I’ve set the blog posts to be permalinked /2011/07/title etc, and the permalinks work but it’s just the root address doesn’t. I was referring to permalinks of existing specific posts when I mentioned /2011.
    Pretty sure I’ve cocked this up haha! I might just delete and start again. I followed the antbag tutorial word for word, installation was fine, I’m only experiencing problems with http://www.cynicalcinema.co.uk. Links to specific posts work fine. Thats why I’m so confused.

    Before you reinstall, I’d try contacting your host and ask them to have a look at your account configuration to see why that default screen is showing up at your root. Good luck!

    Hey, I don’t know if you changed anything but all of a sudden your site is showing up at http://www.cynicalcinema.co.uk/ when I refreshed it. Try a browser you haven’t used yet, or clear your browser cache. Looks like it’s working!

    Thread Starter simonpdowling

    (@simonpdowling)

    Superb. Think it might have just taken the FTP server a little while to refresh the removal of index.HTML

    Thank you for all the help! Drinks on me!

    Heh. My pleasure.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Another 1and1 WP problem’ is closed to new replies.