• Resolved barnyoka

    (@barnyoka)


    I upgraded to 2.5.1. I pointed the browser, but nothing happened. I tried visiting the blog; nothing happened. The files are all still present on my domain. Why won’t the blog work?

Viewing 2 replies - 1 through 2 (of 2 total)
  • MichaelH

    (@michaelh)

    If your blog is at http://www.denacrain.com/blog, then looks like you got the problem solved.

    On another topic, if you want to make your blog appear at http://www.denacrain.com with very little effort:

    1. Delete whatever mechanism (some index file) is now redirecting visitors
    2. Change, in Settings-General, the Blog address (URL) to http://www.denacrain.com, and put this index.php file in your web-root folder (it is the same folder that contains the blog folder)

    <?php
    /* Short and sweet */
    define('WP_USE_THEMES', true);
    require('./blog/wp-blog-header.php');
    ?>

    Then update your permalinks in Settings-Permalinks.

    Thread Starter barnyoka

    (@barnyoka)

    I see now that it is working; perhaps it was a problem with my browser. Thanks very much, Michael, though, for the prompt reply and for the pointer on redirecting my links. That’s another problem, set up for me by a third party, that has been bothering me. I’ll take care of it asap.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Inaccessible Blog after Upgrade’ is closed to new replies.