The MU forums have moved to WordPress.org

2.7 upgrade - permalinks don't work (1 post)

  1. oregondean
    Member
    Posted 14 years ago #

    Hi All,

    I upgraded to 2.7 yesterday and my permalinks don't seem to be working. This blog, for example, loads fine to the main page but when you click on the post subject the following error shows up:
    http://ert.mldfamily.org
    http://ert.mldfamily.org/2009/04/13/ert-clinical-trials/
    ---

    Fatal Error - If your blog does not display, please contact the owner of this site.
    ...
    Could Not Find Blog!
    Searched for ert.mldfamily.org/ in wordpress::wp_blogs table. Is that right?

    ---
    I know the blog is there because it loads fine to the main page. I did validate the post's permalink was as indicated in the manage posts portion of the dashboard. I am guessing it has something to do with my wp-config.php or .htaccess files.

    Here is what is in what I think might be the relevant portion of wp-config.php:
    ---

    $base = '/';
    define('DOMAIN_CURRENT_SITE', 'localhost' );
    define('PATH_CURRENT_SITE', '/' );
    define('BLOGID_CURRENT_SITE', '1' );

    ---

    And .htaccess starts as follows:
    ---

    RewriteEngine On
    RewriteBase /

    ---

    Am I on the right track? FWIW, I have two domains each multiple subdomain blogs.

    Regards,

    Dean

About this Topic

  • Started 14 years ago by oregondean